Skip to content

Commit

Permalink
YAML syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrahams committed Feb 12, 2024
1 parent d9c39e7 commit c7ef276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7ef276

Please sign in to comment.