Skip to content

Commit d569a4b

Browse files
committed
Updated version of configure.
1 parent 5d375de commit d569a4b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/build/windows/download-configure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ download_configure()
2828
cd ..
2929
}
3030

31-
download_configure "2025.07.15.0637"
31+
download_configure "2025.07.19.1554"

.github/workflows/windows-release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
paths:
77
- 'configure'
88
- 'm4/version.m4'
9+
- '.github/build/windows/download-configure.sh'
10+
- '.github/build/windows/download-dependencies.sh'
911
- '.github/workflows/windows-release.yml'
1012
pull_request:
1113
branches:
@@ -75,7 +77,7 @@ jobs:
7577
hdri_flag: '-HDRI'
7678

7779
steps:
78-
- name: Clone ImageMagick
80+
- name: Clone ImageMagick6
7981
uses: actions/checkout@v4
8082
with:
8183
path: ImageMagick
@@ -251,7 +253,7 @@ jobs:
251253
hdri_flag: '-HDRI'
252254

253255
steps:
254-
- name: Clone ImageMagick
256+
- name: Clone ImageMagick6
255257
uses: actions/checkout@v4
256258
with:
257259
path: ImageMagick
@@ -276,7 +278,7 @@ jobs:
276278
shell: cmd
277279
working-directory: Configure
278280
run: |
279-
Configure.Release.x64.exe /noWizard /VS2022 /onlyMagick /${{matrix.hdri}} /${{matrix.quantum}} /${{matrix.architecture}} /static
281+
Configure.Release.x64.exe /noWizard /VS2022 /${{matrix.hdri}} /${{matrix.quantum}} /${{matrix.architecture}} /static
280282
281283
- name: Build ImageMagick
282284
shell: cmd

0 commit comments

Comments
 (0)