Skip to content

Commit 7a8a04d

Browse files
committed
DEBUG even more
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent b15f326 commit 7a8a04d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,10 @@ jobs:
222222
git config --global alias.signtool '!sh "/usr/src/build-extra/signtool.sh"'
223223
echo "SIGNTOOL=git signtool" >>$GITHUB_ENV
224224
225+
- name: "(DEBUG) look at the base address of Cwd.dll"
226+
shell: bash
227+
run: set -x && type -p rebase && cygpath -aw /usr/lib/perl5/core_perl/auto/Cwd/Cwd.dll && rebase -v -i /usr/lib/perl5/core_perl/auto/Cwd/Cwd.dll
228+
225229
- name: Build ${{env.PACKAGE_TO_BUILD}}
226230
env:
227231
GPGKEY: ${{secrets.GPGKEY}}
@@ -254,6 +258,11 @@ jobs:
254258
exit 1
255259
fi
256260
261+
- name: "(DEBUG) look at the base address of Cwd.dll"
262+
if: always()
263+
shell: bash
264+
run: set -x && type -p rebase && cygpath -aw /usr/lib/perl5/core_perl/auto/Cwd/Cwd.dll && rebase -v -i /usr/lib/perl5/core_perl/auto/Cwd/Cwd.dll
265+
257266
- name: Start tmate in C:\msys64 upon failure
258267
if: failure()
259268
shell: pwsh

0 commit comments

Comments
 (0)