Skip to content

Commit

Permalink
Remove cargo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
spywhere committed Feb 12, 2022
1 parent 3a4168e commit 7ece723
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:
- name: Install bats-core
run: brew install bats-core

- name: Remove rust's cargo (if any)
run: |
if test -n "$(command -v cargo)"; then
rm -f $(command -v cargo)
fi
- name: Test plugin
run: |
asdf plugin-add deno $GITHUB_WORKSPACE
Expand Down

0 comments on commit 7ece723

Please sign in to comment.