Fix downloading LLVM in GitHub Action
It turns out LLVM does not include a build for every platform in the assets for every release, just some of them. As such, I've pinned us to the latest release version with a corresponding build.
This commit is contained in:
parent
f2e00d2fd3
commit
46e464a26b
2
.github/workflows/static_analysis.yaml
vendored
2
.github/workflows/static_analysis.yaml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
uses: dsaltares/fetch-gh-release-asset@master
|
uses: dsaltares/fetch-gh-release-asset@master
|
||||||
with:
|
with:
|
||||||
repo: 'llvm/llvm-project'
|
repo: 'llvm/llvm-project'
|
||||||
version: 'latest'
|
version: 'tags/llvmorg-16.0.4'
|
||||||
file: 'clang[+]llvm-.*x86_64-linux-gnu.*'
|
file: 'clang[+]llvm-.*x86_64-linux-gnu.*'
|
||||||
regex: true
|
regex: true
|
||||||
target: 'llvm_assets/'
|
target: 'llvm_assets/'
|
||||||
|
Loading…
Reference in New Issue
Block a user