add macos frameworks

This commit is contained in:
MatthieuCoder 2023-01-03 22:09:02 +04:00
parent 2131f9985d
commit 2a39e067be

View file

@ -52,7 +52,7 @@ jobs:
- name: All in one - name: All in one
run: | run: |
cd exes/all cd exes/all
export CGO_LDFLAGS="-L/usr/local/opt/openssl@3/lib" export CGO_LDFLAGS="-L/usr/local/opt/openssl@3/lib -framework Security -framework CoreFoundation"
make build make build
- name: Move artifacts - name: Move artifacts