Skip to content

Commit

Permalink
ci: added missing package
Browse files Browse the repository at this point in the history
Signed-off-by: rjtch <tchuinkoufongue@gmail.com>
  • Loading branch information
rjtch committed Feb 2, 2024
1 parent e97afd3 commit d0c2b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: install mise until mise-action is allowed
uses: taiki-e/install-action@v2
with:
tool: mise
tool: mise, cargo-nextest
- name: Rust Cache
uses: actions/cache@v4
continue-on-error: false
Expand Down

0 comments on commit d0c2b98

Please sign in to comment.