Skip to content

Commit

Permalink
Update rust-radius.yml
Browse files Browse the repository at this point in the history
Another attempt
  • Loading branch information
MikhailMS authored Mar 23, 2024
1 parent f0d5f34 commit 71436b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-radius.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: install
args: --debug cargo-make
args: --debug cargo-make --version 0.20.0

- name: MODERN -- Build
run: cargo build --verbose
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: install
args: --debug cargo-make --version 0.37.10
args: --debug cargo-make

- name: Nightly Rust -- Install tarpaulin
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 71436b7

Please sign in to comment.