1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

MSVC build: changed Boost URL

This commit is contained in:
Edouard Griffiths
2022-03-30 23:07:13 +02:00
committed by GitHub
parent 7f1c838cec
commit e0cc2a3729
+1 -1
View File
@@ -58,7 +58,7 @@ jobs:
env:
BOOST_ROOT: ${{ matrix.config.boost_dl }}
BOOST_DEST: ${{ matrix.config.lib_dir }}
BOOST_URL: https://sourceforge.net/projects/boost/files/boost/1.73.0/boost_1_73_0.tar.bz2/download
BOOST_URL: https://boostorg.jfrog.io/artifactory/main/release/1.73.0/source/boost_1_73_0.tar.bz2
run: |
mkdir -p $BOOST_ROOT
mkdir -p $BOOST_DEST