We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 142d0a0 commit d6ee0aaCopy full SHA for d6ee0aa
.github/workflows/ci-sanitizers.yml
@@ -75,7 +75,7 @@ jobs:
75
with:
76
container: ${{ steps.container.outputs.id }}
77
working-directory: ${{ env.MOUNT }}/build
78
- cmd: cmake --build . --config ${{ env.BUILD_TYPE }} --parallel
+ cmd: cmake --build . --config ${{ env.BUILD_TYPE }}
79
80
- name: Run ctest
81
uses: ./.github/actions/container-exec
0 commit comments