diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9d9bc69f1..a17268c9e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -146,9 +146,6 @@ jobs: if: contains('failure success', steps.build.conclusion) && !cancelled() run: make buildstats - - name: Dump binaries runtime path & dependencies - run: make bindeps - # }}} # Clean / save caches. {{{ @@ -178,6 +175,16 @@ jobs: # }}} + # Dump & check binaries. {{{ + + - name: Dump binaries runtime path & dependencies + run: make bininfo + + - name: Checking binaries for missing dependencies + run: make bincheck + + # }}} + # Generate / upload artifact. {{{ - name: Generate artifact