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

This commit is contained in:
w.pomp
2026-04-17 14:52:21 +02:00
parent fb747a83a5
commit b89970f873
+3 -5
View File
@@ -37,11 +37,9 @@ jobs:
- name: Install llvm - name: Install llvm
run: | run: |
if ! command -v llvm-dlltool >/dev/null 2>&1; then if ! command -v llvm-dlltool >/dev/null 2>&1; then
if [ ! -d "~/.apt" ]; then mkdir -p ~/.apt
mkdir ~/.apt sudo apt -o Dir::Cache="~/.apt" update
fi sudo apt -o Dir::Cache="~/.apt" install -y llvm
sudo apt -o Dir::Cache=".apt" update
sudo apt -o Dir::Cache=".apt" install -y llvm
fi fi
shell: bash shell: bash