Skip to content

Commit

Permalink
Update Boost download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Keita Iwabuchi committed Jan 7, 2025
1 parent af12c4a commit 93a6d17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Test
run: |
pushd /dev/shm
wget -q https://boostorg.jfrog.io/artifactory/main/release/1.87.0/source/boost_1_87_0.tar.gz
wget -q https://archives.boost.io/release/1.87.0/source/boost_1_87_0.tar.gz
mkdir boost
tar xf boost_1_87_0.tar.gz -C boost --strip-components 1
export BOOST_ROOT=${PWD}/boost
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Test
run: |
pushd /dev/shm
wget -q https://boostorg.jfrog.io/artifactory/main/release/1.80.0/source/boost_1_80_0.tar.gz
wget -q https://archives.boost.io/release/1.80.0/source/boost_1_80_0.tar.gz
mkdir boost
tar xf boost_1_80_0.tar.gz -C boost --strip-components 1
export BOOST_ROOT=${PWD}/boost
Expand Down

0 comments on commit 93a6d17

Please sign in to comment.