ci: separate the config dump from the configuration command
[openssl.git] / .github / workflows / run-checker-ci.yml
index 39423845f39d694442dc7fc98a807b983c75cc2a..032a1c5d3284cd5615e883224fe6a2953a810618 100644 (file)
@@ -31,7 +31,10 @@ jobs:
     steps:
     - uses: actions/checkout@v2
     - name: config
-      run: CC=clang ./config --banner=Configured --strict-warnings ${{ matrix.opt }} && perl configdata.pm --dump
+      run: CC=clang ./config --banner=Configured --strict-warnings ${{ matrix.opt }}
+    - name: config dump
+      run: ./configdata.pm --dump
+
     - name: make
       run: make -s -j4
     - name: make test