Skip to content

Commit f3a0127

Browse files
committed
Try to fix mac build
1 parent b8d9553 commit f3a0127

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
echo "OPENSSL_DIR=C:\Program Files\OpenSSL-Win64" >>$GITHUB_ENV
128128
if: runner.os == 'Windows'
129129
- name: Set up the Mac environment
130-
run: brew install autoconf automake libtool
130+
run: brew install autoconf automake libtool openssl@3
131131
if: runner.os == 'macOS'
132132

133133
- uses: Swatinem/rust-cache@v2
@@ -252,7 +252,7 @@ jobs:
252252
echo "OPENSSL_DIR=C:\Program Files\OpenSSL-Win64" >>$GITHUB_ENV
253253
if: runner.os == 'Windows'
254254
- name: Set up the Mac environment
255-
run: brew install autoconf automake libtool
255+
run: brew install autoconf automake libtool openssl@3
256256
if: runner.os == 'macOS'
257257

258258
- uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)