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

This commit is contained in:
w.pomp
2026-04-17 14:04:34 +02:00
parent 0ccfcd085a
commit 7f006d8c3c
+1 -1
View File
@@ -54,7 +54,7 @@ jobs:
- name: Install sccache and maturin - name: Install sccache and maturin
run: | run: |
source "~/.cargo/env" 2>/dev/null export PATH="~/.cargo/bin:$PATH"
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install maturin ziglang pip install maturin ziglang
if ! command -v sccache >/dev/null 2>&1; then if ! command -v sccache >/dev/null 2>&1; then