mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
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
1 changed files with 1 additions and 1 deletions
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
|
||||
with:
|
||||
repo: 'llvm/llvm-project'
|
||||
version: 'latest'
|
||||
version: 'tags/llvmorg-16.0.4'
|
||||
file: 'clang[+]llvm-.*x86_64-linux-gnu.*'
|
||||
regex: true
|
||||
target: 'llvm_assets/'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue