update cargo and rust workflow
This commit is contained in:
13
.github/workflows/rust.yml
vendored
13
.github/workflows/rust.yml
vendored
@@ -21,23 +21,18 @@ jobs:
|
||||
}
|
||||
- {
|
||||
os: "ubuntu-latest",
|
||||
target: "aarch64-unknown-linux-gnu",
|
||||
cross: true,
|
||||
}
|
||||
- {
|
||||
os: "ubuntu-latest",
|
||||
target: "aarch64-unknown-linux-musl",
|
||||
cross: true,
|
||||
target: "x86_64-unknown-linux-musl",
|
||||
cross: false,
|
||||
}
|
||||
- { os: "macOS-latest", target: "x86_64-apple-darwin", cross: false }
|
||||
- { os: "macOS-latest", target: "aarch64-apple-darwin", cross: false }
|
||||
- {
|
||||
os: "windows-2019",
|
||||
os: "windows-latest",
|
||||
target: "x86_64-pc-windows-msvc",
|
||||
cross: false,
|
||||
}
|
||||
- {
|
||||
os: "windows-2019",
|
||||
os: "windows-latest",
|
||||
target: "i686-pc-windows-msvc",
|
||||
cross: true,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user