Skip to content

Commit acdcfdc

Browse files
committed
gh-action: Adapt unittests to renamed CMake flags.
1 parent e63ead3 commit acdcfdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ccpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# Note the current convention is to use the -S and -B options here to specify source
4545
# and build directories, but this is only available with CMake 3.13 and higher.
4646
# The CMake binaries on the Github Actions machines are (as of this writing) 3.12
47-
run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DBUILD_UNITTESTS=yes -DEXTERNAL_GTEST=${{ matrix.external-gtest }}
47+
run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DSCITOKENS_BUILD_UNITTESTS=yes -DSCITOKENS_EXTERNAL_GTEST=${{ matrix.external-gtest }}
4848

4949
- name: Build
5050
working-directory: ${{runner.workspace}}/build

0 commit comments

Comments
 (0)