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

index a14c22d31509dc65d63e7050eae27941adefbc6e..3ca71219cf1f0b87c3f7f953114412a59bd48b2a 100644 (file)
@@ -24,15 +24,19 @@ jobs:
 #            config: "CC=clang --enable-debug --disable-flto"
 #            make_test: "yes"
 #            clang_analysis: "yes"
-          - name: macos
+          - name: GCC on OS X
             os: macos-latest
-            config: "--enable-debug --disable-flto --with-ssl=/usr/local/opt/openssl"
+            install_expat: "yes"
+            config: "--enable-debug --disable-flto --with-ssl=/usr/local/opt/openssl --with-libexpat=/usr/local/opt/expat"
             make_test: "yes"
  
     steps:
       - uses: actions/checkout@v2
         with:
           submodules: false
+      - name: install expat
+        if: ${{ matrix.install_expat == 'yes' }}
+        run: brew install expat
       - name: configure
         run: ./configure ${{ matrix.config }}
       - name: make