Skip to content

Commit

Permalink
Revert "chore: add zvm bin path"
Browse files Browse the repository at this point in the history
This reverts commit 2910bf8.
  • Loading branch information
weskoerber committed May 19, 2024
1 parent 2910bf8 commit b9af517
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 @@ -11,7 +11,7 @@ jobs:
- name: clone zvm
run: git clone https://github.com/weskoerber/zvm -b chore/actions-test
- name: install zig
run: ZVM_BIN=/usr/bin ./zvm/zvm --verbose install --use master
run: ./zvm/zvm --verbose install --use master
- name: print zig version
run: zig version
# - name: install zig
Expand Down

0 comments on commit b9af517

Please sign in to comment.