From: W.C.A. Wijngaards Date: Thu, 24 Jun 2021 07:49:20 +0000 (+0200) Subject: Check env contents. X-Git-Tag: release-1.13.2rc1~135 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b99b17f3d7f5b7d9015780690c9476f41962796f;p=thirdparty%2Funbound.git Check env contents. --- diff --git a/.github/workflows/analysis_ports.yml b/.github/workflows/analysis_ports.yml index fd14a91a2..0b880d6e3 100644 --- a/.github/workflows/analysis_ports.yml +++ b/.github/workflows/analysis_ports.yml @@ -30,6 +30,11 @@ jobs: - uses: actions/checkout@v2 with: submodules: false + - name: checks + run: | + echo $CONFIG_OPTS + echo $MAKE_TEST + echo $TEST_ANALYZER - name: configure run: ./configure $CONFIG_OPTS - name: make