Try newer LLVM version.

This commit is contained in:
Samuel Guerra 2024-04-03 18:17:01 -03:00
parent f805016d9f
commit aef83ed047
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ jobs:
name: Install LLVM CC
uses: KyleMayes/install-llvm-action@v2
with:
version: "16"
version: "17"
directory: ${{ runner.temp }}/llvm
env: true
- uses: actions/checkout@v4

View File

@ -24,7 +24,7 @@ jobs:
name: Install LLVM CC
uses: KyleMayes/install-llvm-action@v2
with:
version: "16"
version: "17"
directory: ${{ runner.temp }}/llvm
env: true