rustup fix
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ run:
|
||||
args:
|
||||
- -exc
|
||||
- |
|
||||
rustup default stable
|
||||
cargo install cargo-audit
|
||||
cargo audit
|
||||
dir: "repo"
|
||||
|
||||
|
||||
+5
-3
@@ -8,7 +8,9 @@ inputs:
|
||||
- name: repo
|
||||
|
||||
run:
|
||||
path: echo
|
||||
args: ["building in docker"]
|
||||
path: sh
|
||||
args:
|
||||
- -exc
|
||||
- |
|
||||
echo building in docker
|
||||
dir: "repo"
|
||||
|
||||
|
||||
+6
-3
@@ -17,7 +17,10 @@ inputs:
|
||||
- name: repo
|
||||
|
||||
run:
|
||||
path: cargo
|
||||
args: ["build", "--release"]
|
||||
path: sh
|
||||
args:
|
||||
- -exc
|
||||
- |
|
||||
rustup default stable
|
||||
cargo build --release
|
||||
dir: "repo"
|
||||
|
||||
|
||||
+2
-2
@@ -22,7 +22,7 @@ run:
|
||||
args:
|
||||
- -exc
|
||||
- |
|
||||
rustup default stable
|
||||
rustup component add rustfmt
|
||||
cargo fmt -- --check
|
||||
cargo fmt --check
|
||||
dir: "repo"
|
||||
|
||||
|
||||
+5
-3
@@ -8,7 +8,9 @@ inputs:
|
||||
- name: repo
|
||||
|
||||
run:
|
||||
path: echo
|
||||
args: ["deploying..."]
|
||||
path: sh
|
||||
args:
|
||||
- -exc
|
||||
- |
|
||||
echo deploying...
|
||||
dir: "repo"
|
||||
|
||||
|
||||
+1
-1
@@ -22,7 +22,7 @@ run:
|
||||
args:
|
||||
- -exc
|
||||
- |
|
||||
rustup default stable
|
||||
rustup component add clippy
|
||||
cargo clippy
|
||||
dir: "repo"
|
||||
|
||||
|
||||
+6
-3
@@ -17,7 +17,10 @@ inputs:
|
||||
- name: repo
|
||||
|
||||
run:
|
||||
path: cargo
|
||||
args: ["test"]
|
||||
path: sh
|
||||
args:
|
||||
- -exc
|
||||
- |
|
||||
rustup default stable
|
||||
cargo test
|
||||
dir: "repo"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user