CI workflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user