From af76dd160cd4780425301b5e6655158d93b4a2b7 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Mon, 28 Apr 2025 22:20:20 +0200 Subject: [PATCH] Use binstall instead --- .github/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ad02ec2..dcb760c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -80,8 +80,11 @@ jobs: components: clippy targets: ${{ matrix.cargo-target }} + - name: Install binstall + uses: cargo-bins/cargo-binstall@main + - name: Install nextest - uses: taiki-e/install-action@v2 + run: cargo binstall cargo-nextest - name: Build run: |