Skip to content

Commit

Permalink
[fix](build)update available boost download url (#171)
Browse files Browse the repository at this point in the history
boost jfrog download url is down.
Same issue: boostorg/boost#842

So we change the download url to boost io temporarylly.
  • Loading branch information
qidaye authored Jan 8, 2024
1 parent 1b59ae8 commit 2424971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
cd /tmp
curl -L https://sourceforge.net/projects/libpng/files/zlib/1.2.11/zlib-1.2.11.tar.gz | tar -zxf -
curl -L https://boostorg.jfrog.io/artifactory/main/release/1.81.0/source/boost_1_81_0.tar.gz -o - | tar -zxf -
curl -L https://archives.boost.io/release/1.81.0/source/boost_1_81_0.tar.gz -o - | tar -zxf -
if [[ "${{ matrix.config.name }}" == 'macOS' ]]; then
pushd "$(brew --repo)"
Expand Down

0 comments on commit 2424971

Please sign in to comment.