summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-03 22:09:02 +0400
committerMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-03 22:09:02 +0400
commit2a39e067be6061eb89823ffae3aeac4fbadf8c52 (patch)
tree0ac838203134c15ef8ced333daacda7ac5516df4 /.github
parent2131f9985d94b32260baf00508772a065e0a34bd (diff)
add macos frameworks
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 542d61f..fd872e3 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
- name: All in one
run: |
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
- name: Move artifacts