install libraries for macos

This commit is contained in:
Vladimir Dubrovin 2026-03-27 16:55:14 +03:00
parent cd912f4287
commit b678c9feff

View File

@ -32,6 +32,9 @@ jobs:
- name: ln Mac
if: ${{ startsWith(matrix.target, 'macos') }}
run: ln -s Makefile.FreeBSD Makefile
- name: Mac libraries
if: ${{ startsWith(matrix.target, 'macos') }}
run: brew install openssl
- name: ln Windows
if: ${{ startsWith(matrix.target, 'windows') }}
run: copy Makefile.win Makefile