Skip to content

Commit 956fc92

Browse files
authored
chore: Fix mac builds. (#182)
1 parent 4555a9d commit 956fc92

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/actions/client-release/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ runs:
126126
if: runner.os == 'macOS'
127127
shell: bash
128128
run: |
129+
brew link --overwrite [email protected]
129130
echo "OPENSSL_ROOT_DIR=$(brew --prefix [email protected])" >> "$GITHUB_ENV"
130131
export OPENSSL_ROOT_DIR=$(brew --prefix [email protected])
131132

.github/workflows/client.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
runs-on: macos-12
4242
steps:
4343
- run: |
44+
brew link --overwrite [email protected]
4445
echo "OPENSSL_ROOT_DIR=$(brew --prefix [email protected])" >> "$GITHUB_ENV"
4546
# For debugging
4647
echo "OPENSSL_ROOT_DIR=$(brew --prefix [email protected])"

0 commit comments

Comments
 (0)