Skip to content

Commit

Permalink
ci: install extism cli from release
Browse files Browse the repository at this point in the history
  • Loading branch information
nilslice committed Nov 6, 2024
1 parent 5663d3d commit c3d6204
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/libextism
# - uses: ./.github/actions/libextism
- name: Install Extism CLI
run: curl -s https://get.extism.org/cli | sh -s -- -y

- name: Check Extism version
run: extism --version

- name: Install Zig
uses: goto-bus-stop/setup-zig@v2
Expand Down

0 comments on commit c3d6204

Please sign in to comment.