We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d9553 commit f3a0127Copy full SHA for f3a0127
.github/workflows/ci.yaml
@@ -127,7 +127,7 @@ jobs:
127
echo "OPENSSL_DIR=C:\Program Files\OpenSSL-Win64" >>$GITHUB_ENV
128
if: runner.os == 'Windows'
129
- name: Set up the Mac environment
130
- run: brew install autoconf automake libtool
+ run: brew install autoconf automake libtool openssl@3
131
if: runner.os == 'macOS'
132
133
- uses: Swatinem/rust-cache@v2
@@ -252,7 +252,7 @@ jobs:
252
253
254
255
256
257
258
0 commit comments