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 438dd6b commit 443cb03Copy full SHA for 443cb03
.github/workflows/build.yml
@@ -31,4 +31,4 @@ jobs:
31
env:
32
GENERATOR: ${{ matrix.generator }}
33
run: |
34
- ctest --build-and-test . ./build_$OSTYPE --build-generator $GENERATOR --test-command ctest -C $BUILD_CONFIG --verbose
+ ctest --build-and-test . ./build_$OSTYPE --build-generator ${{ env.GENERATOR }} --test-command ctest -C {{ env.$BUILD_CONFIG }} --verbose
0 commit comments