Skip to content

Commit 846e538

Browse files
authored
Merge pull request #2426 from bitshares/update-fc
Bump FC to include the contributors update
2 parents ba0abc3 + b1ceebc commit 846e538

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-test.win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Download library sources
3131
if: steps.cache-libs.outputs.cache-hit != 'true'
3232
run: |
33-
curl -LO https://dl.bintray.com/boostorg/release/${{ env.BOOST_DOTTED_VERSION }}/source/boost_${{ env.BOOST_VERSION }}.tar.bz2
33+
curl -LO https://boostorg.jfrog.io/artifactory/main/release/${{ env.BOOST_DOTTED_VERSION }}/source/boost_${{ env.BOOST_VERSION }}.tar.bz2
3434
curl -LO https://curl.haxx.se/download/curl-${{ env.CURL_VERSION }}.tar.bz2
3535
curl -LO https://www.openssl.org/source/openssl-${{ env.OPENSSL_VERSION }}.tar.gz
3636
curl -LO https://zlib.net/zlib-${{ env.ZLIB_VERSION }}.tar.gz

libraries/fc

0 commit comments

Comments
 (0)