Skip to content

Commit

Permalink
Use latest clang version when compiling on linux
Browse files Browse the repository at this point in the history
Since we need to use `-Wno-nan-infinity-disabled` which only works on clang18 for some reason.
  • Loading branch information
grahamboree committed Dec 29, 2024
1 parent c5ba6b8 commit 8a2061d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libgl1-mesa-dev libglu1-mesa-dev libsdl2-dev
- name: Set up Clang
uses: egor-tensin/setup-clang@v1
with:
version: latest
platform: x64

- name: Download & Install premake
working-directory: RecastDemo
Expand Down

0 comments on commit 8a2061d

Please sign in to comment.