diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1962ad485..58fafeb4a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -133,6 +133,9 @@ jobs: if: steps.build-restore.outputs.cache-hit != 'true' run: make base + - name: Dump binaries runtime path & dependencies + run: make bindeps + # }}} # Clean / save caches. {{{