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

index d5b5a51c01358967e021613475814ed4d05981b1..64d0b768f8182997c5cdc23b0e58867ba32f530e 100644 (file)
@@ -41,8 +41,8 @@ jobs:
         with:
           go-version: '1.18.4'
       - run: |
-          brew uninstall openssl
-          brew untap local/openssl
+          brew install openssl
+          brew link openssl --force
       - name: Build
         run: |
           cargo build --release