From 47d6a8d03ad301ad505c889e7dc7ba10062ccc8a Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Fri, 3 Apr 2026 12:38:01 +0300 Subject: [PATCH] Update c-cpp.yml --- .github/workflows/c-cpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 0b81265..6286e0e 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -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