diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index b1802e4..67bc554 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -28,7 +28,7 @@ jobs: with: runCmd: ${{ env.BUILD_AND_TEST }} - - name: Xcode (build only—"error: Scheme DummyTestee is not currently configured for the test action.") + - name: 'Xcode (build only—"error: Scheme DummyTestee is not currently configured for the test action.")' if: ${{ matrix.os == 'macos-latest' }} run: | cmake -DENABLE_TESTING=1 -GXcode -S . -B .xcode-build