mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2025-06-07 19:26:37 +00:00
target input and installing rustup if not available
This commit is contained in:
parent
efa07bee10
commit
7d6ef4b233
7 changed files with 883 additions and 44 deletions
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"build": "ncc build src/main.ts --minify",
|
||||
"watch": "ncc build src/main.ts --watch --minify",
|
||||
"watch": "ncc build src/main.ts --watch",
|
||||
"test": "jest"
|
||||
},
|
||||
"repository": {
|
||||
|
@ -30,7 +30,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.0.0",
|
||||
"@actions/exec": "^1.0.0"
|
||||
"@actions/exec": "^1.0.0",
|
||||
"@actions/io": "^1.0.0",
|
||||
"download": "^7.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^24.0.13",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue