Skip to content

Commit 6b6ecee

Browse files
FIX hot fix for llvm-x86_64-unknown-linux-musl
1 parent f80b971 commit 6b6ecee

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
sudo apt-get remove -y llvm-16* clang-16*
4343
sudo rm -rf /usr/lib/llvm-16
4444
45+
- name: Searching C & C++ compilers
46+
run: |
4547
C_COMPILER=$(which x86_64-linux-musl-gcc)
4648
CXX_COMPILER=$(which x86_64-linux-musl-c++)
4749

0 commit comments

Comments
 (0)