Skip to content

Commit

Permalink
ci: Disable Clang CI for now
Browse files Browse the repository at this point in the history
Borked on < Clang 19
  • Loading branch information
misyltoad committed Oct 7, 2024
1 parent a493c58 commit d7fab63
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
export CC=gcc CXX=g++
meson build-gcc-novr/ -Dinput_emulation=disabled -Denable_openvr_support=false --werror --auto-features=enabled
ninja -C build-gcc-novr/
- name: Build with clang
run: |
export CC=clang CXX=clang++
meson build-clang/ -Dinput_emulation=disabled --werror --auto-features=enabled
ninja -C build-clang/
# - name: Build with clang
# run: |
# export CC=clang CXX=clang++
# meson build-clang/ -Dinput_emulation=disabled --werror --auto-features=enabled
# ninja -C build-clang/

0 comments on commit d7fab63

Please sign in to comment.