Skip to content

Commit

Permalink
Include main zig build artifact rather than re-building it in every C…
Browse files Browse the repository at this point in the history
…I action.
  • Loading branch information
Senryoku committed May 1, 2024
1 parent 7221ae9 commit 52b496f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ts-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.12.0
- run: zig build
working-directory: ./
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
zig-cache
zig-out
!zig-out/bin/smol-string.wasm

build.bat
Binary file added zig-out/bin/smol-string.wasm
Binary file not shown.

0 comments on commit 52b496f

Please sign in to comment.