diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 9eaa5d3..6e0c069 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -32,6 +32,9 @@ jobs: - name: Mac libraries if: ${{ startsWith(matrix.target, 'macos') }} run: brew install pcre + - name: Test Mac PCRE + if: ${{ startsWith(matrix.target, 'macos') }} + run: echo "#include \n int main(){return 0;}" | cc -x c -l pcre -o testpcre - - name: ln Mac if: ${{ startsWith(matrix.target, 'macos') }} run: ln -s Makefile.FreeBSD Makefile