CI workflow
CI / wheels (push) Successful in 5m43s
CI / Release (push) Has been skipped

This commit is contained in:
w.pomp
2026-04-17 15:02:45 +02:00
parent a52cc92e71
commit e9b21b22b3
+2 -7
View File
@@ -31,17 +31,13 @@ jobs:
~/.cache/cargo-xwin ~/.cache/cargo-xwin
~/.cargo ~/.cargo
~/.osxcross ~/.osxcross
~/.apt
key: cache-ubuntu-maturin-cross-compile key: cache-ubuntu-maturin-cross-compile
- 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
mkdir -p ~/.apt/archives/partial sudo apt update
sudo chown _apt ~/.apt/archives/partial sudo apt install -y llvm
sudo chmod 700 ~/.apt/archives/partial
sudo apt -o Dir::Cache="~/.apt" update
sudo apt -o Dir::Cache="~/.apt" install -y llvm
fi fi
shell: bash shell: bash
@@ -114,7 +110,6 @@ jobs:
~/.cache/cargo-xwin ~/.cache/cargo-xwin
~/.cargo ~/.cargo
~/.osxcross ~/.osxcross
~/.apt
key: cache-ubuntu-maturin-cross-compile key: cache-ubuntu-maturin-cross-compile
- name: Upload wheels - name: Upload wheels