diff --git a/.github/workflows/lints.yml b/.github/workflows/lints.yml index a51ff4fdc..1bb5acb3c 100644 --- a/.github/workflows/lints.yml +++ b/.github/workflows/lints.yml @@ -57,7 +57,7 @@ jobs: - name: Install cargo make run: | - cargo install cargo-make || echo "cargo-make already installed" + cargo make --version || cargo install cargo-make - name: Check code format uses: actions-rs/cargo@v1 with: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index be2de3f75..8f0ecd7b5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -56,7 +56,7 @@ jobs: - name: Install cargo make run: | - cargo install cargo-make || echo "cargo-make already installed" + cargo make --version || cargo install cargo-make - name: run test uses: actions-rs/cargo@v1 env: