Skip to content

Commit 577fa19

Browse files
committed
Fixed parse error
1 parent c085fce commit 577fa19

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 "${{ env.GENERATOR }}" --test-command ctest -C ${{ env.$BUILD_CONFIG }} --verbose
34+
ctest --build-and-test . ./build_$OSTYPE --build-generator "${{ matrix.generator }}" --test-command ctest -C ${{ env.BUILD_CONFIG }} --verbose

0 commit comments

Comments
 (0)