ci: remove unnecessary windows-msvc targets
This commit is contained in:
parent
8cbb427c90
commit
c454cd568a
1 changed files with 1 additions and 6 deletions
7
.github/workflows/pkg-release.yml
vendored
7
.github/workflows/pkg-release.yml
vendored
|
|
@ -47,12 +47,7 @@ jobs:
|
|||
- target: aarch64-linux-musl
|
||||
os: ubuntu-latest
|
||||
rust-target: aarch64-unknown-linux-musl
|
||||
- target: x86_64-windows-msvc
|
||||
os: windows-latest
|
||||
rust-target: x86_64-pc-windows-msvc
|
||||
- target: aarch64-windows-msvc
|
||||
os: windows-latest
|
||||
rust-target: aarch64-pc-windows-msvc
|
||||
|
||||
- target: aarch64-linux-android
|
||||
os: ubuntu-latest
|
||||
rust-target: aarch64-linux-android
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue