Skip to content

Commit b8cb521

Browse files
committed
build-and-deploy: rebase DLL addresses only for _MSYS_ i686 builds
The infamous DLL address problem only exists for the MSYS DLLs, and therefore we do not need to take care of them when building MINGW packages. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 5577a38 commit b8cb521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
& ("${{ steps.setup-sdk.outputs.result }}\update-via-pacman.ps1")
133133
134134
- name: rebase `.dll` base addresses
135-
if: env.ARCHITECTURE == 'i686'
135+
if: env.ARCHITECTURE == 'i686' && env.REPO == 'MSYS2-packages'
136136
shell: powershell
137137
run: |
138138
if (Test-Path D:\git-sdk-32-full -PathType Container) {

0 commit comments

Comments
 (0)