1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Fix missing llvm deps inside docker

This commit is contained in:
Ilija Tovilo
2024-03-19 17:34:18 +01:00
parent 25a8f155f2
commit 5b7d45822a

View File

@@ -91,6 +91,7 @@ jobs:
- name: LLVM 16 (ASAN-only)
if: ${{ matrix.asan }}
run: |
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y lsb-release wget software-properties-common gnupg
wget https://apt.llvm.org/llvm.sh
chmod u+x llvm.sh
sudo ./llvm.sh 16