Application Context Implementation #4

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

View File

@ -5,5 +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
- zig build - zig build
- ./zig-out/test main.zig - ./zig-out/test main.zig