We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b43bd8 commit bfb3c06Copy full SHA for bfb3c06
.github/workflows/ci.yml
@@ -43,13 +43,9 @@ jobs:
43
if: startsWith(matrix.os, 'windows')
44
run: echo "OPENSSL_ROOT_DIR=C:/Program Files/OpenSSL" >> $env:GITHUB_ENV
45
46
- - name: Install OpenSSL
47
- if: startsWith(matrix.os, 'macos')
48
- run: brew install openssl
49
-
50
- name: Set OPENSSL_ROOT_DIR
51
if: startsWith(matrix.os, 'macos')
52
- run: echo "OPENSSL_ROOT_DIR=/usr/local/opt/openssl@1.1" >> $env:GITHUB_ENV
+ run: echo "OPENSSL_ROOT_DIR=/usr/local/opt/openssl@3" >> $env:GITHUB_ENV
53
54
- name: Install Rust
55
run: |
0 commit comments