We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fb77ab commit c06a630Copy full SHA for c06a630
.github/workflows/nightly.yml
@@ -20,9 +20,10 @@ jobs:
20
with:
21
ref: "${{ github.event.inputs.rev }}"
22
- name: Install latest Rust
23
- uses: actions-rs/toolchain@v1
+ uses: actions-rust-lang/setup-rust-toolchain@v1
24
25
toolchain: nightly
26
+ rustflags: ""
27
- name: Install cargo udeps
28
run: cargo install cargo-udeps --locked
29
- name: Execute cargo udeps
@@ -36,9 +37,10 @@ jobs:
36
37
38
39
40
41
42
43
44
- name: Install cargo audit
45
run: cargo install cargo-audit
46
- name: Execute cargo audit
0 commit comments