update cargo and rust workflow

This commit is contained in:
Yamato Security
2022-09-24 10:05:20 +09:00
parent 20200c5bee
commit 338cff0914
3 changed files with 32 additions and 64 deletions

View File

@@ -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,
}