]> git.puffer.fish Git - matthieu/nova.git/commitdiff
fix macos (add openssl brew path)
authorMatthieuCoder <matthieu@matthieu-dev.xyz>
Tue, 3 Jan 2023 17:31:21 +0000 (21:31 +0400)
committerMatthieuCoder <matthieu@matthieu-dev.xyz>
Tue, 3 Jan 2023 17:31:21 +0000 (21:31 +0400)
.github/workflows/build.yml

index 64d0b768f8182997c5cdc23b0e58867ba32f530e..542d61f2a4b16c9dcdc1d43f130b47cc9f66fbf8 100644 (file)
@@ -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