diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-03 22:09:02 +0400 |
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-03 22:09:02 +0400 |
| commit | 2a39e067be6061eb89823ffae3aeac4fbadf8c52 (patch) | |
| tree | 0ac838203134c15ef8ced333daacda7ac5516df4 /.github | |
| parent | 2131f9985d94b32260baf00508772a065e0a34bd (diff) | |
add macos frameworks
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
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 |
