From 4982f6a813e07955b33c0739afbbc7223baeeeb0 Mon Sep 17 00:00:00 2001 From: Igor Krivenko Date: Thu, 2 Jan 2025 13:30:32 +0100 Subject: [PATCH] Fix Boost 1.82 download URL --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 5ca882fe7..01500d010 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -68,7 +68,7 @@ jobs: - name: Download Boost (a C++20 compatible version) if: ${{ steps.cache-boost.outputs.cache-hit != 'true' }} run: | - wget -q https://boostorg.jfrog.io/artifactory/main/release/1.82.0/source/boost_1_82_0.tar.bz2 + wget -q https://archives.boost.io/release/1.82.0/source/boost_1_82_0.tar.bz2 tar -xf boost_1_82_0.tar.bz2 mv boost_1_82_0 $HOME/boost