]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
analysis workflow, macos openssl install location.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 24 Jun 2021 08:25:17 +0000 (10:25 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 24 Jun 2021 08:25:17 +0000 (10:25 +0200)
.github/workflows/analysis_ports.yml

index 757d2c258c40bb3b11fdfe45fb7cc588c7e2dd84..a14c22d31509dc65d63e7050eae27941adefbc6e 100644 (file)
@@ -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