Skip to content

Commit

Permalink
ci: remove unnecessary cargo-make install on windows jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
calebcartwright committed Jul 27, 2021
1 parent 4236289 commit 778f035
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ jobs:
if: matrix.target == 'x86_64-pc-windows-gnu' && matrix.channel == 'nightly'
shell: bash

- name: cargo-make
run: cargo install --force cargo-make

- name: build
run: |
rustc -Vv
Expand Down

0 comments on commit 778f035

Please sign in to comment.