Update rust.yml
This commit is contained in:
parent
1b04275f10
commit
38548b86db
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
target: [x86_64-pc-windows-msvc, x86_64-unknown-linux-gnu, aarch64-apple-darwin, aarch64-unknown-linux-gnu]
|
||||
target: [x86_64-pc-windows-gnu, x86_64-unknown-linux-musl]
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Compile and release
|
||||
|
Loading…
x
Reference in New Issue
Block a user