mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-05 04:30:28 +00:00
Support cargo-binstall on riscv64 Linux
This commit is contained in:
@@ -18,6 +18,9 @@
|
||||
"asset_name": "${package}-${rust_target}.tgz"
|
||||
},
|
||||
"aarch64_macos": {},
|
||||
"aarch64_windows": {}
|
||||
"aarch64_windows": {},
|
||||
"riscv64_linux_musl": {
|
||||
"asset_name": "${package}-${rust_target}.tgz"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user