Skip to content

Commit 71436b7

Browse files
authored
Update rust-radius.yml
Another attempt
1 parent f0d5f34 commit 71436b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust-radius.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions-rs/cargo@v1
4444
with:
4545
command: install
46-
args: --debug cargo-make
46+
args: --debug cargo-make --version 0.20.0
4747

4848
- name: MODERN -- Build
4949
run: cargo build --verbose
@@ -81,7 +81,7 @@ jobs:
8181
uses: actions-rs/cargo@v1
8282
with:
8383
command: install
84-
args: --debug cargo-make --version 0.37.10
84+
args: --debug cargo-make
8585

8686
- name: Nightly Rust -- Install tarpaulin
8787
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)