Skip to content

Commit 475ddf5

Browse files
committed
Update actions
1 parent 5017f75 commit 475ddf5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/windows-runtime.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ jobs:
1919
- name: Run zTUI Example (runtime check on Windows console)
2020
shell: bash
2121
run: |
22-
zig run src/test.zig
22+
zig build-exe src/test.zig -O Debug
23+
.\test.exe

0 commit comments

Comments
 (0)