Skip to content

Commit

Permalink
Fix Boost 1.82 download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
krivenko committed Jan 2, 2025
1 parent d26e6f0 commit 4982f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
@@ -68,7 +68,7 @@ jobs:
- name: Download Boost (a C++20 compatible version)
if: ${{ steps.cache-boost.outputs.cache-hit != 'true' }}
run: |
wget -q https://boostorg.jfrog.io/artifactory/main/release/1.82.0/source/boost_1_82_0.tar.bz2
wget -q https://archives.boost.io/release/1.82.0/source/boost_1_82_0.tar.bz2
tar -xf boost_1_82_0.tar.bz2
mv boost_1_82_0 $HOME/boost

0 comments on commit 4982f6a

Please sign in to comment.