Update build-win32.yml

This commit is contained in:
Vladimir Dubrovin 2026-04-05 14:59:04 +03:00
parent 957ae2adb6
commit 00d522b85e

View File

@ -33,10 +33,10 @@ jobs:
shell: cmd shell: cmd
run: | run: |
echo builddate:%BUILDDATE% release:%RELEASE% version:%VERSION% now:%NOW% echo builddate:%BUILDDATE% release:%RELEASE% version:%VERSION% now:%NOW%
dir "c:\program files\openssl\lib\VC\" dir "c:\program files\openssl\lib\VC"
dir "c:\vcpkg\installed\" dir "c:\vcpkg"
- name: install packages - name: install packages
run: vcpkg install pcre2:x86-windows run: vcpkg install pcre2:x86-windows openssl:x86-windows
# - name: make Windows # - name: make Windows
# run: make -f Makefile.win # run: make -f Makefile.win
# env: # env: