CI workflow
CI / sdist (push) Failing after 9s
CI / Release (push) Has been skipped
CI / linux (map[runner:ubuntu-latest target:x86_64]) (push) Failing after 43s

This commit is contained in:
w.pomp
2026-04-16 17:44:05 +02:00
parent 0b81aa2b9c
commit 985a59c668
+1
View File
@@ -37,6 +37,7 @@ jobs:
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
source $HOME/.cargo/env source $HOME/.cargo/env
rustup default nightly rustup default nightly
rustup target add x86_64-unknown-linux-gnu
- name: Build wheels - name: Build wheels
run: | run: |
source $HOME/.cargo/env source $HOME/.cargo/env