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

This commit is contained in:
w.pomp
2026-04-17 14:01:16 +02:00
parent ee8e57d853
commit cc9351cb40
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
- name: Install Rust - name: Install Rust
run: | run: |
source "~/.cargo/env" 2>/dev/null 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