changeset 32951:a19e645d633e

maint: Merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 07 Feb 2024 17:16:15 +0100
parents 477264afba70 (current diff) ce0977d1f10c (diff)
children cc86461a2ab3 5bd598c813ca
files .github/workflows/make.yaml
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/make.yaml	Wed Feb 07 10:41:44 2024 +0100
+++ b/.github/workflows/make.yaml	Wed Feb 07 17:16:15 2024 +0100
@@ -1087,6 +1087,11 @@
           path: ${{ steps.ccache-prepare.outputs.ccachedir }}
           key: ${{ steps.ccache-prepare.outputs.key }}
 
+      - name: rebase binaries
+        run: |
+          find ${GITHUB_WORKSPACE}/.build -name "*.oct" -or -name "*.dll" -or -name "*.exe" | tee binaries.list
+          rebase -O -T binaries.list
+
       - name: check
         # Continuing on error in this step means that jobs will be "green" even
         # if the test suite crashes.  But if we don't continue, we'll loose the