Skip to content

Commit 335772f

Browse files
authored
Merge pull request #911 from openzim/deps_archive_main
2 parents 647dc12 + 8cbe8af commit 335772f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: pip3 install meson pytest
6363

6464
- name: Install dependencies
65-
uses: kiwix/kiwix-build/actions/dl_deps_archive@804193835086c0bed79f55d4c373302ab729db3d # main
65+
uses: kiwix/kiwix-build/actions/dl_deps_archive@main
6666
with:
6767
target_platform: ${{ matrix.target }}
6868

@@ -122,7 +122,7 @@ jobs:
122122
architecture: x64
123123

124124
- name: Install dependencies
125-
uses: kiwix/kiwix-build/actions/dl_deps_archive@804193835086c0bed79f55d4c373302ab729db3d # main
125+
uses: kiwix/kiwix-build/actions/dl_deps_archive@main
126126
with:
127127
target_platform: win-x86_64-dyn
128128

@@ -230,7 +230,7 @@ jobs:
230230

231231
- name: Install dependencies
232232
if: ${{ !contains(matrix.target, 'musl') }}
233-
uses: kiwix/kiwix-build/actions/dl_deps_archive@804193835086c0bed79f55d4c373302ab729db3d # main
233+
uses: kiwix/kiwix-build/actions/dl_deps_archive@main
234234
with:
235235
target_platform: ${{ matrix.target }}
236236

0 commit comments

Comments
 (0)