Skip to content

Commit 24cca66

Browse files
gpercivacperciva
authored andcommitted
Actions: use openssl 3.0 on macOS
1 parent f4d4f2c commit 24cca66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ env:
2424
CFLAGS_CLANG_PROJECT: -Wno-reserved-id-macro
2525
CFLAGS_GCC_PROJECT: -Wno-cpp
2626
CFLAGS_OSX: -Wno-poison-system-directories
27-
-I/usr/local/opt/[email protected]/include
28-
LDFLAGS_OSX: -L/usr/local/opt/[email protected]/lib
27+
-Wno-deprecated-declarations
28+
LDFLAGS_OSX:
2929

3030
jobs:
3131
Ubuntu:

0 commit comments

Comments
 (0)