CI workflow
CI / wheels (map[runner:ubuntu-latest target:x86_64-unknown-linux-gnu]) (push) Successful in 6m50s
CI / Release (push) Has been skipped

This commit is contained in:
w.pomp
2026-04-16 19:23:50 +02:00
parent 7b582fb878
commit 4819476629
+3 -1
View File
@@ -33,7 +33,9 @@ jobs:
python-version: 3.x
- name: Install llvm
run: sudo apt install -y llvm
run: |
sudo apt update
sudo apt install -y llvm
- name: Cache Rust and sccache
uses: actions/cache@v4