Update c-cpp.yml

This commit is contained in:
Vladimir Dubrovin 2026-04-03 12:38:01 +03:00
parent 5cfc6aaa15
commit 47d6a8d03a

View File

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