Skip to content

Commit

Permalink
fixup! ci: Default clang build
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed Feb 6, 2024
1 parent 04150a5 commit a05eb49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: ${{ matrix.os.id }}
env:
CC: ${{ matrix.compiler }}
CXX: ${{ matrix.compiler }}
CXXSTD: ${{ matrix.cpp_std }}
strategy:
matrix:
Expand Down Expand Up @@ -77,7 +78,7 @@ jobs:
mkdir build
cd build
make -f ../Makefile config-${CC%%-*}
make -f ../Makefile -j$procs CXXSTD=$CXXSTD CC=$CC CXX=$CC LD=$CC
make -f ../Makefile -j$procs CXXSTD=$CXXSTD CC=$CC CXX=$CXX LD=$CC
- name: Compress build
shell: bash
Expand Down

0 comments on commit a05eb49

Please sign in to comment.