From 262af669235958840b7b276bab2c6ebef9fc1c85 Mon Sep 17 00:00:00 2001 From: Clayton Smith Date: Thu, 14 Mar 2024 18:53:07 -0400 Subject: [PATCH] Test out funkylab's MinGW fix --- .github/workflows/build.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8d8b3a657..a1df0a121 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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_win32_path_issue --depth 1 https://github.com/marcusmueller/gnuradio.git cd gnuradio cmake -S . -B build \ -DCMAKE_INSTALL_PREFIX=${RUNNER_TEMP}/msys64/mingw64 \ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6da69f71d..f791aac22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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_win32_path_issue --depth 1 https://github.com/marcusmueller/gnuradio.git cd gnuradio cmake -S . -B build \ -DCMAKE_INSTALL_PREFIX=${RUNNER_TEMP}/msys64/mingw64 \