Skip to content

Commit a4e31f4

Browse files
authored
switch to just installing debug cargo-msrv to reduce time (#12)
1 parent 07d341b commit a4e31f4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,9 @@ jobs:
3939
${{ runner.OS }}-cargo-msrv-2-
4040
4141
- name: install cargo-msrv
42-
uses: actions-rs/install@v0.1
43-
with:
44-
crate: cargo-msrv
45-
use-tool-cache: true
42+
run: |
43+
cargo install cargo-msrv --debug
44+
find ~/.cargo/bin/
4645
4746
- name: Verify MSRV
4847
run: |

0 commit comments

Comments
 (0)