mirror of
https://github.com/moonrepo/setup-rust.git
synced 2025-04-29 13:30:03 +00:00
Fix argument whitespace.
This commit is contained in:
parent
9c82124546
commit
949b836c1d
2 changed files with 2 additions and 2 deletions
2
index.ts
2
index.ts
|
@ -152,7 +152,7 @@ async function installBins() {
|
||||||
await exec.exec('cargo', ['install', 'cargo-binstall']);
|
await exec.exec('cargo', ['install', 'cargo-binstall']);
|
||||||
}
|
}
|
||||||
|
|
||||||
await exec.exec('cargo', ['binstall', ' --no-confirm', '--log-level', 'info', ...bins]);
|
await exec.exec('cargo', ['binstall', '--no-confirm', '--log-level', 'info', ...bins]);
|
||||||
}
|
}
|
||||||
|
|
||||||
async function run() {
|
async function run() {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@moonrepo/setup-rust",
|
"name": "@moonrepo/setup-rust",
|
||||||
"version": "0.2.1",
|
"version": "0.2.2",
|
||||||
"description": "A GitHub action for setting up Rust and Cargo.",
|
"description": "A GitHub action for setting up Rust and Cargo.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue