diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbbbe6c7..6ab5fab9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - name: get boost if: steps.cache-boost.outputs.cache-hit != 'true' run: | - wget https://archives.boost.io/release/${BOOST_VERSION//_/.}/source/boost_${BOOST_VERSION}.tar.bz2 + wget https://boostorg.jfrog.io/artifactory/main/release/${BOOST_VERSION//_/.}/source/boost_${BOOST_VERSION}.tar.bz2 tar xjf boost_${BOOST_VERSION}.tar.bz2 - name: configure run: | @@ -132,7 +132,7 @@ jobs: - name: get boost if: steps.cache-boost.outputs.cache-hit != 'true' run: | - wget https://archives.boost.io/release/${BOOST_VERSION//_/.}/source/boost_${BOOST_VERSION}.tar.bz2 + wget https://boostorg.jfrog.io/artifactory/main/release/${BOOST_VERSION//_/.}/source/boost_${BOOST_VERSION}.tar.bz2 tar xjf boost_${BOOST_VERSION}.tar.bz2 - name: cache ccache id: cache-ccache @@ -219,7 +219,7 @@ jobs: - name: get boost if: steps.cache-boost.outputs.cache-hit != 'true' run: | - wget https://archives.boost.io/release/${BOOST_VERSION//_/.}/source/boost_${BOOST_VERSION}.tar.bz2 + wget https://boostorg.jfrog.io/artifactory/main/release/${BOOST_VERSION//_/.}/source/boost_${BOOST_VERSION}.tar.bz2 tar xjf boost_${BOOST_VERSION}.tar.bz2 - name: cache ccache id: cache-ccache @@ -295,3 +295,4 @@ jobs: # repository: badaix/snapos # event-type: build-success # client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}' + \ No newline at end of file diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index bbfb594c..f35f50ee 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -64,7 +64,7 @@ jobs: - name: Get boost if: steps.cache-boost.outputs.cache-hit != 'true' run: | - wget https://archives.boost.io/release/${{env.BOOST_DOT_VERSION}}/source/${{env.BOOST}}.tar.bz2 + wget https://boostorg.jfrog.io/artifactory/main/release/${{env.BOOST_DOT_VERSION}}/source/${{env.BOOST}}.tar.bz2 tar xjf ${{env.BOOST}}.tar.bz2 - name: cache ccache id: cache-ccache