From: W.C.A. Wijngaards Date: Thu, 24 Jun 2021 08:25:17 +0000 (+0200) Subject: analysis workflow, macos openssl install location. X-Git-Tag: release-1.13.2rc1~131 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=61f8b687ef73ceb43bdf8b0ace2e1df872965d48;p=thirdparty%2Funbound.git analysis workflow, macos openssl install location. --- diff --git a/.github/workflows/analysis_ports.yml b/.github/workflows/analysis_ports.yml index 757d2c258..a14c22d31 100644 --- a/.github/workflows/analysis_ports.yml +++ b/.github/workflows/analysis_ports.yml @@ -26,18 +26,13 @@ jobs: # clang_analysis: "yes" - name: macos os: macos-latest - config: "--enable-debug --disable-flto" + config: "--enable-debug --disable-flto --with-ssl=/usr/local/opt/openssl" make_test: "yes" steps: - uses: actions/checkout@v2 with: submodules: false - - name: checks - run: | - echo ${{ matrix.config }} - echo ${{ matrix.make_test }} - echo ${{ matrix.clang_analysis }} - name: configure run: ./configure ${{ matrix.config }} - name: make