Skip to content

Commit ebb4204

Browse files
FIX hot fix for llvm-x86_64-unknown-linux-musl.
1 parent bde9e2a commit ebb4204

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/llvm-x86_64-unknown-linux-musl.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ jobs:
3232
3333
- name: Installing dependencies
3434
run: |
35-
sudo apt-get install -y build-essential cmake ninja python3 wget
35+
sudo apt-get update
36+
sudo apt-get install -y build-essential cmake ninja-build python3 wget libz-dev binutils xz-utils
37+
38+
sudo apt-get remove -y llvm-16* clang-16* || true
39+
sudo rm -rf /usr/lib/llvm-16
3640
3741
- name: Downloading LLVM project
3842
run: |

0 commit comments

Comments
 (0)