Skip to content

Commit f7c8adc

Browse files
committed
Link the runtime in the static portable windows build.
1 parent 08bfaa7 commit f7c8adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ jobs:
284284
shell: cmd
285285
working-directory: Configure
286286
run: |
287-
Configure.Release.x64.exe /noWizard /VS2022 /${{matrix.hdri}} /${{matrix.quantum}} /${{matrix.architecture}} /static
287+
Configure.Release.x64.exe /noWizard /VS2022 /${{matrix.hdri}} /${{matrix.quantum}} /${{matrix.architecture}} /static /linkRuntime
288288
289289
- name: Build ImageMagick
290290
shell: cmd

0 commit comments

Comments
 (0)