From 86aeaf64d91b3afd3a5f4da0d4f17aac9aa788b4 Mon Sep 17 00:00:00 2001 From: Paul Colby Date: Sun, 13 Oct 2024 20:42:50 +1100 Subject: [PATCH] Re-instate Linux and Windows builds --- .github/workflows/build.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 04b0fed7f..d763bdd0a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -7,7 +7,6 @@ permissions: jobs: linux: - if: false runs-on: ubuntu-24.04 strategy: fail-fast: false @@ -268,7 +267,7 @@ jobs: "$RUNNER_TEMP/release/src/cli/dokit.app/Contents/MacOS/dokit" --version [[ '${{ matrix.os }}' == 'macos-13' && '${{ matrix.cc }}' == 'clang' ]] || "$RUNNER_TEMP/coverage/src/cli/dokit.app/Contents/MacOS/dokit" --version - - name: Grant Bluetooth permission + - name: Grant Bluetooth access # Only needed for unit tests with older Qt's on newer runners. if: matrix.os != 'macos-13' && ( startsWith(matrix.qt, '5') || startsWith(matrix.qt, '6.2.') ) run: > sudo sqlite3 "$HOME/Library/Application Support/com.apple.TCC/TCC.db" "INSERT or REPLACE INTO access @@ -323,7 +322,6 @@ jobs: if-no-files-found: error win: - if: false runs-on: windows-latest defaults: { run: { shell: cmd } } strategy: