We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0591340 commit d848277Copy full SHA for d848277
.github/workflows/build-openssl.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: cmake
31
run: cmake -B build -DUSE_GNUTLS=0 -WARNINGS_AS_ERRORS=1 -DENABLE_LOCAL_ADDRESS_TRANSLATION=1
32
env:
33
- OPENSSL_ROOT_DIR: /usr/local/opt/openssl@1.1
+ OPENSSL_ROOT_DIR: /usr/local/opt/openssl@3
34
- name: make
35
run: (cd build; make -j2)
36
- name: test
0 commit comments