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

This commit is contained in:
w.pomp
2026-04-16 18:55:12 +02:00
parent 2971381e96
commit 448d4eaa17
+1 -1
View File
@@ -67,7 +67,7 @@ jobs:
export CARGO_HOME="${{ runner.temp }}/cargo" export CARGO_HOME="${{ runner.temp }}/cargo"
export PATH="$CARGO_HOME/bin:$PATH" export PATH="$CARGO_HOME/bin:$PATH"
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install maturin pip install maturin cargo-xwin
if ! command -v sccache >/dev/null 2>&1; then if ! command -v sccache >/dev/null 2>&1; then
cargo install sccache || pip install sccache cargo install sccache || pip install sccache
fi fi