We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a96a8 commit b1ceebcCopy full SHA for b1ceebc
.github/workflows/build-and-test.win.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Download library sources
31
if: steps.cache-libs.outputs.cache-hit != 'true'
32
run: |
33
- curl -LO https://dl.bintray.com/boostorg/release/${{ env.BOOST_DOTTED_VERSION }}/source/boost_${{ env.BOOST_VERSION }}.tar.bz2
+ curl -LO https://boostorg.jfrog.io/artifactory/main/release/${{ env.BOOST_DOTTED_VERSION }}/source/boost_${{ env.BOOST_VERSION }}.tar.bz2
34
curl -LO https://curl.haxx.se/download/curl-${{ env.CURL_VERSION }}.tar.bz2
35
curl -LO https://www.openssl.org/source/openssl-${{ env.OPENSSL_VERSION }}.tar.gz
36
curl -LO https://zlib.net/zlib-${{ env.ZLIB_VERSION }}.tar.gz
0 commit comments