Skip to content

Commit

Permalink
ci: Use Clang for faster compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
aengelke committed Jul 7, 2024
1 parent 0d67083 commit 9ed6748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Install dependencies
run: sudo apt install -y ninja-build meson
- name: Configure
run: mkdir build; meson -Dbuildtype=debugoptimized -Dwith_encode2=true build
run: mkdir build; CC=clang CXX=clang++ meson -Dbuildtype=debugoptimized -Dwith_encode2=true build
- name: Build
run: ninja -v -C build
- name: Test
Expand Down

0 comments on commit 9ed6748

Please sign in to comment.