diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a1150f..17d897f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Install cargo-audit run: cargo install cargo-audit - name: Install nextest - run: cargo install nextest --locked + uses: taiki-e/install-action@nextest - name: Build run: cargo build --verbose - name: Compile