summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-03 21:24:54 +0400
committerMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-03 21:24:54 +0400
commit0a2daf7b61fa62ac0da0bce937e4e9860020712c (patch)
tree20573136104cd4e3aa01038b714987bd2cea5a79
parentccf1c83f3ab177e00361ab29c99607bd9de34421 (diff)
fix macos build
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d5b5a51..64d0b76 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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