diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6b8ed332..89d373371 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,10 +105,11 @@ jobs: - name: Cache rust cargo artifacts uses: swatinem/rust-cache@v2 + # Version is pinned due to bug in nextest 0.9.70 - name: Install nextest uses: taiki-e/install-action@v2 with: - tool: nextest + tool: nextest@0.9.67 - name: Tests env: