Skip to content

Commit

Permalink
Hotfix/boost url (#273)
Browse files Browse the repository at this point in the history
* Updating Boost download URL in CI

* Updating Boost download URL in CI
  • Loading branch information
steiltre authored Jan 10, 2025
1 parent 5209166 commit 3ca0dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
if: steps.cache-boost.outputs.cache-hit != 'true'
run: |
cd ~
wget --no-verbose https://boostorg.jfrog.io/artifactory/main/release/1.77.0/source/boost_1_77_0.tar.bz2
wget --no-verbose https://archives.boost.io/release/1.77.0/source/boost_1_77_0.tar.bz2
tar -xjf boost_1_77_0.tar.bz2
- name: Install Apache Arrow
if: ${{ matrix.os == 'ubuntu-latest'}} # Skip on ubuntu-20.04 due to pyarrow's ABI incompatibility issue
Expand Down

0 comments on commit 3ca0dd9

Please sign in to comment.