Skip to content

Commit

Permalink
build(tiledit): use clang for the CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
NoxHarmonium committed Jun 21, 2024
1 parent 6e43448 commit 9593c97
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sirc-tiledit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,14 @@ jobs:
run: sudo apt-get install clang-format clang-tidy
- name: Install python based dependencies
run: python -m pip install meson==${{ matrix.meson_version }} ninja
- name: Set up Clang
uses: egor-tensin/setup-clang@v1
- name: Configure Project
run: >
meson setup build/
env:
CC: gcc
CC: clang
CXX: clang++
- name: Compile Project
run: |
cd build
Expand Down

0 comments on commit 9593c97

Please sign in to comment.