diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-03 21:31:21 +0400 |
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-03 21:31:21 +0400 |
| commit | 2131f9985d94b32260baf00508772a065e0a34bd (patch) | |
| tree | e78606aeab6ecdc98791e0f559cffddd84fb8b84 /.github/workflows | |
| parent | 0a2daf7b61fa62ac0da0bce937e4e9860020712c (diff) | |
fix macos (add openssl brew path)
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 64d0b76..542d61f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,6 +52,7 @@ jobs: - name: All in one run: | cd exes/all + export CGO_LDFLAGS="-L/usr/local/opt/openssl@3/lib" make build - name: Move artifacts |
