From 92151ba678a14bd5861a6e84df064486aa168d98 Mon Sep 17 00:00:00 2001 From: Paul Colby Date: Sun, 13 Oct 2024 19:48:27 +1100 Subject: [PATCH] Correct the `if` logic --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 25a80b5f1..04b0fed7f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -269,7 +269,7 @@ jobs: [[ '${{ matrix.os }}' == 'macos-13' && '${{ matrix.cc }}' == 'clang' ]] || "$RUNNER_TEMP/coverage/src/cli/dokit.app/Contents/MacOS/dokit" --version - name: Grant Bluetooth permission - if: matrix.os != 'macos-13' && !startsWith(matrix.qt, '5') && !startsWith(matrix.qt, '6.2.') + 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 ( service, client, client_type, auth_value, auth_reason, auth_version, flags ) VALUES