Skip to content

Commit deae001

Browse files
committed
Update actions
1 parent 475ddf5 commit deae001

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/windows-runtime.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@ jobs:
1616
with:
1717
version: 0.14.1
1818

19-
- name: Run zTUI Example (runtime check on Windows console)
19+
- name: Build
2020
shell: bash
2121
run: |
2222
zig build-exe src/test.zig -O Debug
23-
.\test.exe
23+
- name: Run
24+
shell: bash
25+
run: |
26+
./test.exe

0 commit comments

Comments
 (0)