Commit dc468e6db for imagemagick.org
commit dc468e6db68017201b0d99c883207970e65ce4f2
Author: Dirk Lemstra <dirk@lemstra.org>
Date: Sun Feb 22 18:29:19 2026 +0100
Added missing clone.
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 7573b160b..93cb0b161 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -363,6 +363,12 @@ jobs:
hdri_flag: -HDRI
steps:
+ - name: Clone ImageMagick
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
+ with:
+ path: ImageMagick
+ persist-credentials: false
+
- name: Download configure
shell: cmd
run: |