Skip to content

Commit 0b6546a

Browse files
committed
skip openssl@3 installing for macos
1 parent 21afc19 commit 0b6546a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
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 openssl@3
130+
run: brew install autoconf automake libtool
131131
if: runner.os == 'macOS'
132132

133133
- uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)