CI workflow
CI / wheels (push) Failing after 14s
CI / Release (push) Has been skipped

This commit is contained in:
w.pomp
2026-04-17 15:01:26 +02:00
parent 11b9f81828
commit a52cc92e71
+2 -5
View File
@@ -38,11 +38,8 @@ jobs:
run: |
if ! command -v llvm-dlltool >/dev/null 2>&1; then
mkdir -p ~/.apt/archives/partial
cd
cd .apt
cd archives
ls
cd
sudo chown _apt ~/.apt/archives/partial
sudo chmod 700 ~/.apt/archives/partial
sudo apt -o Dir::Cache="~/.apt" update
sudo apt -o Dir::Cache="~/.apt" install -y llvm
fi