diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-05 19:02:34 +0400 |
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-05 19:02:34 +0400 |
| commit | 773d26aed0a86d5aa395e72b7a67aaf4f90cef89 (patch) | |
| tree | acb48199ec7fd4ca7e396aa52ef8e242ab04484a /.github/workflows | |
| parent | 00030943336c94cffba6e6319316fe58fcecc058 (diff) | |
add missing frameworks
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4d0de2e..8130198 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 |
