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

This commit is contained in:
w.pomp
2026-04-16 19:00:42 +02:00
parent 38fa648faf
commit ae5d5bc200
+1 -1
View File
@@ -54,11 +54,11 @@ jobs:
export PATH="$CARGO_HOME/bin:$PATH"
if ! command -v rustc >/dev/null 2>&1; then
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
fi
source "$CARGO_HOME/env" 2>/dev/null || true
rustup default nightly
rustup target add x86_64-unknown-linux-gnu
rustup target add x86_64-pc-windows-msvc
fi
shell: bash
- name: Install sccache and maturin