From 3567a59bcba291654d2d476ad460f811eae062e9 Mon Sep 17 00:00:00 2001 From: Benoit Pierre Date: Thu, 1 Aug 2024 21:24:28 +0200 Subject: [PATCH] ci/macos: update binaries dump & check --- .github/workflows/build.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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