Skip to content

Commit

Permalink
Correct workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 8, 2024
1 parent 45587d7 commit 3286c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
- { qt: '6.7.3', env: { cc: gcc-14 } }
- { qt: '6.8.0', env: { cc: gcc-14 } }
# Exclude code coverage builds with Clang on macOS 13, since the runner's llvm-cov does not support --source.
- { os: macos-13, env: { cc: clang }, coverage: true }
- { os: macos-13, env: { cc: clang, coverage: true } }
steps:
- run: /Library/Developer/CommandLineTools/usr/bin/llvm-cov export --help
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3286c55

Please sign in to comment.