Skip to content

Commit 891368d

Browse files
committed
install latest openssl
1 parent dda1795 commit 891368d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
if: matrix.tarantool == 'brew'
116116

117117
- name: Install tarantool build dependencies
118-
run: brew install autoconf automake libtool openssl@1.1
118+
run: brew install autoconf automake libtool openssl
119119
if: matrix.tarantool != 'brew' && steps.cache.outputs.cache-hit != 'true'
120120

121121
- name: Clone tarantool ${{ env.T_VERSION }}

0 commit comments

Comments
 (0)