Skip to content

Commit

Permalink
In CI, for Clang/Ubuntu, use Clang 18
Browse files Browse the repository at this point in the history
  • Loading branch information
axionbuster committed Feb 12, 2024
1 parent 024b18b commit 30f841e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ jobs:
run: |
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
- name: Install Clang 18 (Ubuntu with Clang)
if: matrix.os == 'ubuntu-latest' && matrix.cpp_compiler == 'clang++'
run: |
wget https://apt.llvm.org/llvm.sh
chmod u+x ./llvm.sh
sudo ./llvm.sh 18
- name: Install Raylib dependencies (Ubuntu)
id: install-deps-u
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 30f841e

Please sign in to comment.