From 93d11dd6b2ea4aa11c64846dceee4c72c1166ab2 Mon Sep 17 00:00:00 2001 From: Claudio Jeker Date: Mon, 29 Apr 2024 12:42:28 +0200 Subject: [PATCH] Use pkg-config to get libtls headers. Seems this is now needed on MacOS. --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e95ad1f..881f8bb 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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