Skip to content

Commit 5b7d458

Browse files
committed
Fix missing llvm deps inside docker
1 parent 25a8f15 commit 5b7d458

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
- name: LLVM 16 (ASAN-only)
9292
if: ${{ matrix.asan }}
9393
run: |
94+
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y lsb-release wget software-properties-common gnupg
9495
wget https://apt.llvm.org/llvm.sh
9596
chmod u+x llvm.sh
9697
sudo ./llvm.sh 16

0 commit comments

Comments
 (0)