Skip to content

Commit c06a630

Browse files
committed
align rust toolchain gh action with other workflows
Signed-off-by: reubenmiller <[email protected]>
1 parent 9fb77ab commit c06a630

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/nightly.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ jobs:
2020
with:
2121
ref: "${{ github.event.inputs.rev }}"
2222
- name: Install latest Rust
23-
uses: actions-rs/toolchain@v1
23+
uses: actions-rust-lang/setup-rust-toolchain@v1
2424
with:
2525
toolchain: nightly
26+
rustflags: ""
2627
- name: Install cargo udeps
2728
run: cargo install cargo-udeps --locked
2829
- name: Execute cargo udeps
@@ -36,9 +37,10 @@ jobs:
3637
with:
3738
ref: "${{ github.event.inputs.rev }}"
3839
- name: Install latest Rust
39-
uses: actions-rs/toolchain@v1
40+
uses: actions-rust-lang/setup-rust-toolchain@v1
4041
with:
4142
toolchain: nightly
43+
rustflags: ""
4244
- name: Install cargo audit
4345
run: cargo install cargo-audit
4446
- name: Execute cargo audit

0 commit comments

Comments
 (0)