Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
basdp committed Oct 15, 2024
1 parent fe75035 commit 1bd791f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
ls -lah
- uses: mlugg/setup-zig@v1
with:
zig-version: 0.13.0
version: 0.13.0
- name: "Generate zig source"
run: sh generate.sh
- name: Archive the build
Expand Down
1 change: 1 addition & 0 deletions generate.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh

mkdir -p src
zig translate-c includes.c -Iskia > src/main.zig

0 comments on commit 1bd791f

Please sign in to comment.