summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2023-01-13 22:26:43 +0100
committerGitHub <noreply@github.com>2023-01-13 22:26:43 +0100
commit0a69634eb45e4c169f9c85b03954f26eca61f49b (patch)
treefa4074a49a982c0d80613f918ad8a8f8d9110a14
parent48ba3508899103ee01e8a4d986053562e8ba2b1e (diff)
parente1a9d0eb4f4f9b88dd4ec52a05c4195a67756a07 (diff)
downloadlibexpat-git-0a69634eb45e4c169f9c85b03954f26eca61f49b.tar.gz
Merge pull request #689 from libexpat/fix-clang-ci
Fix Linux CI / Make sure that AddressSanitizer Clang files are always available
-rw-r--r--.github/workflows/linux.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 9687f6f2..4cfd30a6 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -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 \