Skip to content

Commit

Permalink
ci: delete problematic lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadow53 committed Aug 20, 2023
1 parent ee4ea2a commit 7fc018c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,13 @@ jobs:

- name: Install cargo-msrv
uses: actions-rs/[email protected]
if: matrix.os == 'ubuntu-latest'
with:
crate: cargo-msrv
version: latest
use-tool-cache: true

- name: Install cargo-make
uses: actions-rs/[email protected]
if: matrix.os == 'ubuntu-latest'
with:
crate: cargo-make
version: latest
Expand Down Expand Up @@ -90,15 +88,13 @@ jobs:

- name: Install cargo-deny
uses: actions-rs/[email protected]
if: matrix.os == 'ubuntu-latest'
with:
crate: cargo-deny
version: latest
use-tool-cache: true

- name: Install cargo-make
uses: actions-rs/[email protected]
if: matrix.os == 'ubuntu-latest'
with:
crate: cargo-make
version: latest
Expand Down

0 comments on commit 7fc018c

Please sign in to comment.