Try newer LLVM version.
This commit is contained in:
parent
f805016d9f
commit
aef83ed047
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue