Skip to content

Commit fbf453b

Browse files
committed
DEBUG even more
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 965d4b5 commit fbf453b

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
@@ -225,6 +225,10 @@ jobs:
225225
git config --global alias.signtool '!sh "/usr/src/build-extra/signtool.sh"'
226226
echo "SIGNTOOL=git signtool" >>$GITHUB_ENV
227227
228+
- name: "(DEBUG) look at the base address of Cwd.dll"
229+
shell: bash
230+
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
231+
228232
- name: Build ${{env.PACKAGE_TO_BUILD}}
229233
env:
230234
GPGKEY: ${{secrets.GPGKEY}}
@@ -257,6 +261,11 @@ jobs:
257261
exit 1
258262
fi
259263
264+
- name: "(DEBUG) look at the base address of Cwd.dll"
265+
if: always()
266+
shell: bash
267+
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
268+
260269
- name: update check-run
261270
if: env.CREATE_CHECK_RUN != 'false'
262271
uses: actions/github-script@v6

0 commit comments

Comments
 (0)