Skip to content

Commit

Permalink
Update ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Feb 17, 2024
1 parent d780fa4 commit 2bb34e3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,19 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive

- name: Setup Zig
uses: goto-bus-stop/setup-zig@v2
with:
version: 0.11.0

- name: Setup Binaryen
uses: Aandreba/setup-binaryen
with:
version: 116

- name: Setup Deno
uses: denoland/setup-deno@main
with:
Expand Down

0 comments on commit 2bb34e3

Please sign in to comment.