Skip to content

Commit

Permalink
specify nextest version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zancas committed Sep 8, 2024
1 parent bc62ccd commit df4b65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
toolchain: stable

- name: Install nextest
uses: taiki-e/install-action@nextest
uses: taiki-e/install-action@nextest@v2

- name: Install protoc
run: sudo apt-get install protobuf-compiler
Expand Down

0 comments on commit df4b65e

Please sign in to comment.