diff options
| author | Caleb Cartwright <caleb.cartwright@outlook.com> | 2021-07-26 21:17:15 -0500 |
|---|---|---|
| committer | Caleb Cartwright <calebcartwright@users.noreply.github.com> | 2021-07-26 22:00:01 -0500 |
| commit | 778f03530f8fba92ae0d87644b8cef71d351a859 (patch) | |
| tree | b52e3df4e68ee9e7ccaf938d0e9bc91457e69c04 | |
| parent | 4236289b75ee55c78538c749512cdbeea5e1c332 (diff) | |
| download | rust-778f03530f8fba92ae0d87644b8cef71d351a859.tar.gz rust-778f03530f8fba92ae0d87644b8cef71d351a859.zip | |
ci: remove unnecessary cargo-make install on windows jobs
| -rw-r--r-- | .github/workflows/windows.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 08cb52eedae..c05e8d4896a 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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 |
