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 e45d14e commit ce9c9faCopy full SHA for ce9c9fa
.github/workflows/integration_tests.yml
@@ -135,6 +135,21 @@ jobs:
135
run: |
136
choco install openssl -r
137
138
+ - name: Install OpenSSL (MacOS)
139
+ if: matrix.target_platform == 'Desktop' &&
140
+ matrix.ssl_variant == 'openssl' &&
141
+ startsWith(matrix.os, 'macos')
142
+ run: |
143
+ brew install openssl
144
+
145
146
147
148
+ startsWith(matrix.os, 'ubuntu')
149
150
+ sudo apt install openssl
151
152
153
- name: Build integration tests
154
shell: bash
155
0 commit comments