diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-03 21:24:54 +0400 |
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-03 21:24:54 +0400 |
| commit | 0a2daf7b61fa62ac0da0bce937e4e9860020712c (patch) | |
| tree | 20573136104cd4e3aa01038b714987bd2cea5a79 | |
| parent | ccf1c83f3ab177e00361ab29c99607bd9de34421 (diff) | |
fix macos build
| -rw-r--r-- | .github/workflows/build.yml | 4 |
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 |
