Skip to content

Commit 6d30264

Browse files
committed
Add path to bison,flex to .ci/run.cmd
1 parent 11b7550 commit 6d30264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/run.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
2-
PATH=C:\Windows\system32;C:\Perl64\bin;C:\Program Files\Git\cmd
2+
PATH=C:\Windows\system32;C:\Perl64\bin;C:\Program Files\Git\cmd;C:\msys64\usr\bin
33

44
IF "%ARCH%"=="" SET ARCH=X86
55
IF "%ARCH%"=="x86" SET ARCH=X86

0 commit comments

Comments
 (0)