We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fe7e32 commit e9be230Copy full SHA for e9be230
.github/workflows/test.yml
@@ -36,7 +36,7 @@ jobs:
36
if: ${{ matrix.compiler != 'native' }}
37
38
- name: Configure
39
- run: cmake -B build -DCPPSPEC_BUILD_TESTS=YES -DCMAKE_C_COMPILER="$CC" -DCMAKE_CXX_COMPILER="$CXX"
+ run: cmake -B build -DCPPSPEC_BUILD_TESTS=YES
40
41
- name: Build
42
run: cmake --build build --config Release
0 commit comments