From 34171d4edc69fd8534aeb39e01ea6e66192c75a9 Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Mon, 12 Feb 2024 23:24:00 +0100 Subject: [PATCH] fix windows CI --- .github/workflows/build_all.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index ae2e3020..5792dd96 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -37,10 +37,10 @@ jobs: run: 7z x libusb.7z -olibusb_old ; rm "C:/Program Files/PothosSDR/bin/libusb-1.0.dll" ; cp "libusb_old/MS64/dll/libusb-1.0.dll" "C:/Program Files/PothosSDR/bin/" ; rm "C:/Program Files/PothosSDR/lib/libusb-1.0.lib" ; cp "libusb_old/MS64/dll/libusb-1.0.lib" "C:/Program Files/PothosSDR/lib/" - name: Download SDRPlay API - run: Invoke-WebRequest -Uri "https://drive.google.com/uc?id=12UHPMwkfa67A11QZDmpCT4iwHnyJHWuu&confirm=t" -OutFile ${{runner.workspace}}/SDRPlay.zip + run: Invoke-WebRequest -Uri "https://www.sdrpp.org/SDRplay.zip" -OutFile ${{runner.workspace}}/SDRplay.zip - name: Install SDRPlay API - run: 7z x ${{runner.workspace}}/SDRPlay.zip -o"C:/Program Files/" + run: 7z x ${{runner.workspace}}/SDRplay.zip -o"C:/Program Files/" - name: Download codec2 run: git clone https://github.com/AlexandreRouma/codec2