mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
ci/macos: update binaries dump & check
This commit is contained in:
committed by
Frans de Jonge
parent
673f15f3ce
commit
3567a59bcb
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user