Skip to content

Commit bde9e2a

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

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ jobs:
3232
3333
- name: Installing dependencies
3434
run: |
35-
sudo apt-get install -y build-essential cmake ninja-build python3 libz-dev binutils xz-utils
36-
sudo apt-get remove -y llvm-16* clang-16*
37-
sudo rm -rf /usr/lib/llvm-16
35+
sudo apt-get install -y build-essential cmake ninja python3 wget
3836
3937
- name: Downloading LLVM project
4038
run: |

0 commit comments

Comments
 (0)