Skip to content

Commit 63227f7

Browse files
committed
fixed github step name
1 parent ce9c9fa commit 63227f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,14 +142,13 @@ jobs:
142142
run: |
143143
brew install openssl
144144
145-
- name: Install OpenSSL (MacOS)
145+
- name: Install OpenSSL (Linux)
146146
if: matrix.target_platform == 'Desktop' &&
147147
matrix.ssl_variant == 'openssl' &&
148148
startsWith(matrix.os, 'ubuntu')
149149
run: |
150150
sudo apt install openssl
151151
152-
153152
- name: Build integration tests
154153
shell: bash
155154
run: |

0 commit comments

Comments
 (0)