We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5418594 commit daf3bfdCopy full SHA for daf3bfd
.github/workflows/build-windows-mingw.yml
@@ -23,6 +23,9 @@ jobs:
23
gil update
24
25
- 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
29
run: |
30
cd build
31
./mingw.bat
0 commit comments