Skip to content

Commit 8f31d7c

Browse files
committed
Simplify configure
1 parent e83aa63 commit 8f31d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
if: ${{ matrix.compiler != 'native' }}
3737

3838
- name: Configure
39-
run: cmake -B build -DCPPSPEC_BUILD_TESTS=YES -DCMAKE_C_COMPILER="$CC" -DCMAKE_CXX_COMPILER="$CXX"
39+
run: cmake -B build -DCPPSPEC_BUILD_TESTS=YES
4040

4141
- name: Build
4242
run: cmake --build build --config Release

0 commit comments

Comments
 (0)