mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-07 06:04:59 +00:00
linux.yml: Make sure that AddressSanitizer files are always available
Symptom was: > /usr/bin/ld: cannot find /usr/lib/llvm-15/lib/clang/15.0.7/lib/linux/libclang_rt.asan_static-x86_64.a: No such file or directory > /usr/bin/ld: cannot find /usr/lib/llvm-15/lib/clang/15.0.7/lib/linux/libclang_rt.asan-x86_64.a: No such file or directory Related: https://github.com/llvm/llvm-project/issues/60008
This commit is contained in:
parent
48ba350889
commit
e1a9d0eb4f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
@ -118,7 +118,7 @@ jobs:
|
|||
sudo apt-get install --yes --no-install-recommends -V \
|
||||
clang-15 \
|
||||
clang-format-15 \
|
||||
llvm-15
|
||||
libclang-rt-15-dev
|
||||
- name: Install build dependencies (common)
|
||||
run: |-
|
||||
sudo apt-get install --yes --no-install-recommends -V \
|
||||
|
|
Loading…
Add table
Reference in a new issue