Skip to content

Commit d848277

Browse files
Fix OpenSSL directory in MacOS workflow
1 parent 0591340 commit d848277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-openssl.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: cmake
3131
run: cmake -B build -DUSE_GNUTLS=0 -WARNINGS_AS_ERRORS=1 -DENABLE_LOCAL_ADDRESS_TRANSLATION=1
3232
env:
33-
OPENSSL_ROOT_DIR: /usr/local/opt/openssl@1.1
33+
OPENSSL_ROOT_DIR: /usr/local/opt/openssl@3
3434
- name: make
3535
run: (cd build; make -j2)
3636
- name: test

0 commit comments

Comments
 (0)