Skip to content

Commit 93d295e

Browse files
committed
Revert "ci(toolchains): temporarily disable download-artifact for itk-wasm"
This reverts commit 4e1ca62.
1 parent 282a3bc commit 93d295e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/toolchains.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ jobs:
5959
run: |
6060
./src/docker/pull.sh
6161
62-
# - uses: actions/download-artifact@v4
63-
# continue-on-error: true
64-
# with:
65-
# name: docker-cache
66-
# path: ./docker-cache
62+
- uses: actions/download-artifact@v4
63+
continue-on-error: true
64+
with:
65+
name: docker-cache
66+
path: ./docker-cache
6767

6868
- name: Build itk-wasm
6969
run: |

0 commit comments

Comments
 (0)