File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -222,6 +222,10 @@ jobs:
222
222
git config --global alias.signtool '!sh "/usr/src/build-extra/signtool.sh"'
223
223
echo "SIGNTOOL=git signtool" >>$GITHUB_ENV
224
224
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
+
225
229
- name : Build ${{env.PACKAGE_TO_BUILD}}
226
230
env :
227
231
GPGKEY : ${{secrets.GPGKEY}}
@@ -254,6 +258,11 @@ jobs:
254
258
exit 1
255
259
fi
256
260
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
+
257
266
- name : Start tmate in C:\msys64 upon failure
258
267
if : failure()
259
268
shell : pwsh
You can’t perform that action at this time.
0 commit comments