diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 5e75c2d2..5fed5058 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -72,10 +72,7 @@ jobs: ~/.cargo/git target key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} + - name: Install cargo-make + run: test -x "${HOME}/.cargo/bin/cargo-make" || cargo install --debug cargo-make - name: Check clippy lints run: cargo make clippy - # - name: Check Lints - # uses: actions-rs/clippy-check@v1 - # with: - # token: ${{ secrets.GITHUB_TOKEN }} - # args: --all-features --all-targets --deny warnings