Test out willcode's MinGW fix

This commit is contained in:
Clayton Smith 2024-03-26 15:27:37 -04:00
parent c830e31c32
commit d777d478f1
2 changed files with 2 additions and 2 deletions

View File

@ -237,7 +237,7 @@ jobs:
- name: Clone and build GNU Radio
working-directory: ${{ runner.temp }}
run: |
git clone --branch v3.10.9.2 --depth 1 https://github.com/gnuradio/gnuradio.git
git clone --branch fix/mingw-ensure-dir --depth 1 https://github.com/willcode/gnuradio.git
cd gnuradio
cmake -S . -B build \
-DCMAKE_INSTALL_PREFIX=${RUNNER_TEMP}/msys64/mingw64 \

View File

@ -122,7 +122,7 @@ jobs:
- name: Clone and build GNU Radio
working-directory: ${{ runner.temp }}
run: |
git clone --branch v3.10.9.2 --depth 1 https://github.com/gnuradio/gnuradio.git
git clone --branch fix/mingw-ensure-dir --depth 1 https://github.com/willcode/gnuradio.git
cd gnuradio
cmake -S . -B build \
-DCMAKE_INSTALL_PREFIX=${RUNNER_TEMP}/msys64/mingw64 \