Skip to content

Commit daf3bfd

Browse files
Ivan ShynkarenkaIvan Shynkarenka
authored andcommitted
Update build scripts
1 parent 5418594 commit daf3bfd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-windows-mingw.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
gil update
2424
2525
- name: "Build"
26+
env:
27+
INCLUDE: C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\x86_64-w64-mingw32\include
28+
LIB: C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\x86_64-w64-mingw32\lib
2629
run: |
2730
cd build
2831
./mingw.bat

0 commit comments

Comments
 (0)