summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml10
1 files changed, 7 insertions, 3 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 22e4acc7fb..70ae97179d 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -63,15 +63,19 @@ jobs:
- name: Configure
run: |
call %VCVARS%
- ..\src\win32\configure.bat --disable-install-doc --enable-bundled-libffi --with-opt-dir=C:/vcpkg/installed/x64-windows --with-openssl-dir="C:/Program Files/OpenSSL-Win64"
+ ../src/win32/configure.bat --disable-install-doc --enable-bundled-libffi --with-opt-dir=C:/vcpkg/installed/x64-windows --with-openssl-dir="C:/Program Files/OpenSSL-Win64"
- name: nmake
run: |
call %VCVARS%
- set YACC=win_bison
- echo on
+ echo ^#^#[group]incs
nmake incs
+ echo ^#^#[endgroup]
+ echo ^#^#[group]extract-extlibs
nmake extract-extlibs
+ echo ^#^#[endgroup]
nmake
+ env:
+ YACC: win_bison
- name: nmake test
timeout-minutes: 5
run: |