Skip to content

Commit

Permalink
fix windows build try 1
Browse files Browse the repository at this point in the history
  • Loading branch information
fdobad committed Jan 17, 2025
1 parent dc83bf6 commit fb29d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
# boost
if ($CACHE_BOOST -ne 'true') {
$fname = "boost_1_84_0.tar.gz"
Invoke-WebRequest -Uri https://boostorg.jfrog.io/artifactory/main/release/1.84.0/source/$fname -OutFile $fname
Invoke-WebRequest -Uri https://archives.boost.io/release/1.84.0/source/$fname -OutFile $fname
tar -xzf $fname -C include
} else {
echo "Boost already cached"
Expand Down

0 comments on commit fb29d46

Please sign in to comment.