Skip to content

Commit 443cb03

Browse files
committed
Fixed env access
1 parent 438dd6b commit 443cb03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
env:
3232
GENERATOR: ${{ matrix.generator }}
3333
run: |
34-
ctest --build-and-test . ./build_$OSTYPE --build-generator $GENERATOR --test-command ctest -C $BUILD_CONFIG --verbose
34+
ctest --build-and-test . ./build_$OSTYPE --build-generator ${{ env.GENERATOR }} --test-command ctest -C {{ env.$BUILD_CONFIG }} --verbose

0 commit comments

Comments
 (0)