Skip to content

Commit

Permalink
Use pkg-config to get libtls headers. Seems this is now needed on MacOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjeker committed Apr 29, 2024
1 parent 89ad86c commit 93d11dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
echo "CPPFLAGS=-I$(brew --prefix openssl@3)/include" >> $GITHUB_ENV
if: runner.os == 'macOS'
- name: configure
run: ./configure
run: ./configure --with-libtls=libtls
env:
CC: ${{ matrix.compiler }}
- name: make
Expand Down

0 comments on commit 93d11dd

Please sign in to comment.