Update c-cpp.yml

This commit is contained in:
Vladimir Dubrovin 2026-04-03 12:43:47 +03:00
parent 1580691503
commit 2abb889428

View File

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