There was an error while loading. Please reload this page.
1 parent 76cfdd8 commit 5c2ff56Copy full SHA for 5c2ff56
1 file changed
.github/workflows/arch-x86.yml
@@ -30,10 +30,12 @@ jobs:
30
ca-certificates cmake ninja gcc \
31
python python-pip python-setuptools \
32
wget diffutils xz
33
+ pacman -Scc --noconfirm
34
wget -nv --tries=5 --waitretry=5 --timeout=30 \
35
"https://github.com/llvm/llvm-project/releases/download/llvmorg-${LLVM_VERSION}/LLVM-${LLVM_VERSION}-Linux-X64.tar.xz"
36
tar xf "LLVM-${LLVM_VERSION}-Linux-X64.tar.xz"
37
mv "LLVM-${LLVM_VERSION}-Linux-X64" "${LLVM_PREFIX}"
38
+ rm -f "LLVM-${LLVM_VERSION}-Linux-X64.tar.xz"
39
pip3 install lit --break-system-packages
40
echo "${LLVM_PREFIX}/bin" >> "$GITHUB_PATH"
41
- name: Build eter
0 commit comments