Skip to content

Commit

Permalink
chore(ci): fix typo on step action reference
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTMjugador committed Oct 17, 2023
1 parent 75946fe commit d93f93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:

- name: 🧰 Install nextest
if: startsWith(matrix.target, 'x86_64-') || contains(matrix.target, '-linux-')
uses: taiki-e/install-action@47d27149ff6b3422864ec504071d5cc7873d642e# v2
uses: taiki-e/install-action@47d27149ff6b3422864ec504071d5cc7873d642e # v2
with:
tool: nextest

Expand Down

0 comments on commit d93f93f

Please sign in to comment.