Skip to content

Commit 29d27ff

Browse files
committed
fixup! build-and-deploy(i686): rebase the .dll base addresses
Let's restrict the PATH. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent c01a235 commit 29d27ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ jobs:
164164
165165
$env:MSYSTEM = "MINGW32"
166166
$env:PATH = "$(Get-Location)\usr\bin;" + $env:PATH
167+
$env:MSYS2_PATH_TYPE = "minimal"
168+
167169
sh.exe -lc "set -x && find /usr/lib/perl5/*_perl -name \*.dll >perl-dlls.txt"
168170
type perl-dlls.txt
169171
dash -x /usr/bin/rebaseall -p -T perl-dlls.txt

0 commit comments

Comments
 (0)