Application Context Implementation #4

Closed
kayomn wants to merge 93 commits from event-loop-dev into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 342d296bfd - Show all commits

View File

@ -5,6 +5,6 @@ steps:
- name: build & test - name: build & test
image: euantorano/zig:0.9.1 image: euantorano/zig:0.9.1
commands: commands:
- apk add musl - apk add libc-dev
- zig build - zig build
- ./zig-out/test main.zig - ./zig-out/test main.zig