]> git.puffer.fish Git - matthieu/nova.git/commitdiff
add macos frameworks
authorMatthieuCoder <matthieu@matthieu-dev.xyz>
Tue, 3 Jan 2023 18:09:02 +0000 (22:09 +0400)
committerMatthieuCoder <matthieu@matthieu-dev.xyz>
Tue, 3 Jan 2023 18:09:02 +0000 (22:09 +0400)
.github/workflows/build.yml

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