File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -28,4 +28,4 @@ download_configure()
28
28
cd ..
29
29
}
30
30
31
- download_configure " 2025.07.15.0637 "
31
+ download_configure " 2025.07.19.1554 "
Original file line number Diff line number Diff line change 6
6
paths :
7
7
- ' configure'
8
8
- ' m4/version.m4'
9
+ - ' .github/build/windows/download-configure.sh'
10
+ - ' .github/build/windows/download-dependencies.sh'
9
11
- ' .github/workflows/windows-release.yml'
10
12
pull_request :
11
13
branches :
75
77
hdri_flag : ' -HDRI'
76
78
77
79
steps :
78
- - name : Clone ImageMagick
80
+ - name : Clone ImageMagick6
79
81
uses : actions/checkout@v4
80
82
with :
81
83
path : ImageMagick
@@ -251,7 +253,7 @@ jobs:
251
253
hdri_flag : ' -HDRI'
252
254
253
255
steps :
254
- - name : Clone ImageMagick
256
+ - name : Clone ImageMagick6
255
257
uses : actions/checkout@v4
256
258
with :
257
259
path : ImageMagick
@@ -276,7 +278,7 @@ jobs:
276
278
shell : cmd
277
279
working-directory : Configure
278
280
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
280
282
281
283
- name : Build ImageMagick
282
284
shell : cmd
You can’t perform that action at this time.
0 commit comments