ci/macos: dump binaries runtime path & dependencies

Useful information for investigating issues with the bundle.
This commit is contained in:
Benoit Pierre
2024-05-29 23:40:08 +02:00
committed by Frans de Jonge
parent b7c1957e4b
commit 2f0e456a42

View File

@@ -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. {{{