We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e90ad23 commit 55144d2Copy full SHA for 55144d2
1 file changed
.github/workflows/windows.yaml
@@ -34,7 +34,5 @@ jobs:
34
run: cmake --install _build --config ${{ matrix.config }} --prefix ${GITHUB_WORKSPACE}/_built
35
36
- name: Run tests
37
- run: |
38
- if ($env:PROCESSOR_ARCHITECTURE -match "${{ matrix.arch.env }}") {
39
- ctest --test-dir _build --build-config ${{ matrix.config }}
40
- }
+ if: $env:PROCESSOR_ARCHITECTURE -match "${{ matrix.arch.env }}"
+ run: ctest --test-dir _build --build-config ${{ matrix.config }}
0 commit comments