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

This commit is contained in:
w.pomp
2026-04-17 14:03:02 +02:00
parent cc9351cb40
commit 0ccfcd085a
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
- name: Install Rust - name: Install Rust
run: | run: |
export PATH="~/.cargo/bin:$PATH export PATH="~/.cargo/bin:$PATH"
if ! command -v rustc >/dev/null 2>&1; then if ! command -v rustc >/dev/null 2>&1; then
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
else else