From 00d522b85e3b89375dc7eec6fc2e31d6e5051f3e Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Sun, 5 Apr 2026 14:59:04 +0300 Subject: [PATCH] Update build-win32.yml --- .github/workflows/build-win32.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-win32.yml b/.github/workflows/build-win32.yml index 21df613..4252fe0 100644 --- a/.github/workflows/build-win32.yml +++ b/.github/workflows/build-win32.yml @@ -33,10 +33,10 @@ jobs: shell: cmd run: | echo builddate:%BUILDDATE% release:%RELEASE% version:%VERSION% now:%NOW% - dir "c:\program files\openssl\lib\VC\" - dir "c:\vcpkg\installed\" + dir "c:\program files\openssl\lib\VC" + dir "c:\vcpkg" - name: install packages - run: vcpkg install pcre2:x86-windows + run: vcpkg install pcre2:x86-windows openssl:x86-windows # - name: make Windows # run: make -f Makefile.win # env: