Skip to content

Commit b76fd07

Browse files
authored
Boost 1.73 url fixed for nightly-windows.yml (#1116)
1 parent 81cc52b commit b76fd07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
vc_boost:
1919
- name: msvc-2019_boost_1730
2020
image: 'windows-2019'
21-
boost_url: 'https://boostorg.jfrog.io/artifactory/main/release/1.71.0/source/boost_1_73_0.tar.gz'
21+
boost_url: 'https://boostorg.jfrog.io/artifactory/main/release/1.73.0/source/boost_1_73_0.tar.gz'
2222
boost_archive_name: 'boost_1_73_0.tar.gz'
2323
boost_folder_name: 'boost_1_73_0'
2424
boost_include_folder: 'C:\Boost\include\boost-1_73'

0 commit comments

Comments
 (0)