CI workflow
CI / wheels (map[runner:ubuntu-latest target:x86_64-unknown-linux-gnu]) (push) Failing after 10s
CI / Release (push) Has been skipped

This commit is contained in:
w.pomp
2026-04-16 19:22:09 +02:00
parent 5ae91c32fb
commit 7b582fb878
+3
View File
@@ -32,6 +32,9 @@ jobs:
with:
python-version: 3.x
- name: Install llvm
run: sudo apt install -y llvm
- name: Cache Rust and sccache
uses: actions/cache@v4
with: