Skip to content

Commit

Permalink
ci: try to fix interfering go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Sep 21, 2023
1 parent 5a4159b commit a54f0c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/libextism/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ runs:
- uses: actions/checkout@v3
with:
repository: extism/cli
path: .extism-cli
- uses: ./.extism-cli/.github/actions/extism-cli
path: /tmp/extism-cli
- uses: /tmp/.extism-cli/.github/actions/extism-cli
- name: Install
shell: bash
run: sudo extism lib install --version git

0 comments on commit a54f0c6

Please sign in to comment.