We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa93670 + 889bf0d commit 4e95467Copy full SHA for 4e95467
.github/workflows/build-openssl.yml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- uses: actions/checkout@v2
26
- name: install packages
27
- run: HOMEBREW_NO_INSTALL_CLEANUP=1 brew reinstall openssl@1.1
+ run: HOMEBREW_NO_INSTALL_CLEANUP=1 brew reinstall openssl@3
28
- name: submodules
29
run: git submodule update --init --recursive --depth 1
30
- name: cmake
0 commit comments