Skip to content

Commit 3b4461a

Browse files
Replace gcc command with build.bat for Windows
1 parent fd0edaf commit 3b4461a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gcc-compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Build (Windows)
4747
if: runner.os == 'Windows'
4848
run: |
49-
gcc -o noviq.exe noviq.c lexer/lexer_interpret.c lexer/lexer_display.c
49+
build.bat
5050
5151
- name: Upload artifact (Windows/Linux)
5252
if: runner.os != 'macOS'

0 commit comments

Comments
 (0)