File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 62
62
run : pip3 install meson pytest
63
63
64
64
- name : Install dependencies
65
- uses : kiwix/kiwix-build/actions/dl_deps_archive@804193835086c0bed79f55d4c373302ab729db3d # main
65
+ uses : kiwix/kiwix-build/actions/dl_deps_archive@main
66
66
with :
67
67
target_platform : ${{ matrix.target }}
68
68
@@ -122,7 +122,7 @@ jobs:
122
122
architecture : x64
123
123
124
124
- name : Install dependencies
125
- uses : kiwix/kiwix-build/actions/dl_deps_archive@804193835086c0bed79f55d4c373302ab729db3d # main
125
+ uses : kiwix/kiwix-build/actions/dl_deps_archive@main
126
126
with :
127
127
target_platform : win-x86_64-dyn
128
128
@@ -230,7 +230,7 @@ jobs:
230
230
231
231
- name : Install dependencies
232
232
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
234
234
with :
235
235
target_platform : ${{ matrix.target }}
236
236
You can’t perform that action at this time.
0 commit comments