Update c-cpp.yml

This commit is contained in:
Vladimir Dubrovin 2026-04-03 12:40:14 +03:00
parent 47d6a8d03a
commit 1580691503

View File

@ -52,7 +52,7 @@ jobs:
run: make -f Makefile.FreeBSD clean
- name: install Windows libraries
if: ${{ startsWith(matrix.target, 'windows') }}
run: vcpkg install pcre2:x64-windows && c:\msys64\usr\bin\pacman.exe -S pcre2
run: vcpkg install pcre2:x64-windows && c:\msys64\usr\bin\pacman.exe -S pcre2 openssl
- name: make Windows
if: ${{ startsWith(matrix.target, 'windows') }}
run: make -f Makefile.win