add missing frameworks

This commit is contained in:
MatthieuCoder 2023-01-05 19:02:34 +04:00
parent 0003094333
commit 773d26aed0

View file

@ -66,6 +66,7 @@ jobs:
- name: All in one
run: |
cd exes/all
export CGO_LDFLAGS="-framework Security -framework CoreFoundation"
make build
- name: Move artifacts