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 @@ -225,6 +225,10 @@ jobs:
225
225
git config --global alias.signtool '!sh "/usr/src/build-extra/signtool.sh"'
226
226
echo "SIGNTOOL=git signtool" >>$GITHUB_ENV
227
227
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
+
228
232
- name : Build ${{env.PACKAGE_TO_BUILD}}
229
233
env :
230
234
GPGKEY : ${{secrets.GPGKEY}}
@@ -257,6 +261,11 @@ jobs:
257
261
exit 1
258
262
fi
259
263
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
+
260
269
- name : update check-run
261
270
if : env.CREATE_CHECK_RUN != 'false'
262
271
uses : actions/github-script@v6
You can’t perform that action at this time.
0 commit comments