Skip to content

Commit d10a4d1

Browse files
committed
Remove cargo in test
1 parent 1748f24 commit d10a4d1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ jobs:
3737
- name: Install bats-core
3838
run: brew install bats-core
3939

40+
- name: Remove rust's cargo (if any)
41+
run: |
42+
if test -n "$(command -v cargo)"; then
43+
rm -f $(command -v cargo)
44+
fi
45+
4046
- name: Test plugin
4147
run: |
4248
asdf plugin-add deno $GITHUB_WORKSPACE

0 commit comments

Comments
 (0)