CI workflow
CI / linux (map[runner:ubuntu-latest target:x86_64-unknown-linux-gnu]) (push) Failing after 3m51s
CI / sdist (push) Failing after 8s
CI / Release (push) Has been skipped

This commit is contained in:
w.pomp
2026-04-16 17:49:50 +02:00
parent 985a59c668
commit b997843e4c
+2 -1
View File
@@ -25,7 +25,7 @@ jobs:
matrix:
platform:
- runner: ubuntu-latest
target: x86_64
target: x86_64-unknown-linux-gnu
steps:
- uses: actions/checkout@v4
@@ -38,6 +38,7 @@ jobs:
source $HOME/.cargo/env
rustup default nightly
rustup target add x86_64-unknown-linux-gnu
cargo install sccache
- name: Build wheels
run: |
source $HOME/.cargo/env