Skip to content

Commit 29e2605

Browse files
committed
enable build cache
1 parent 32fdadf commit 29e2605

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/collab.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
- name: Display Pip Versions
1818
shell: bash -l {0}
1919
run: pip list
20-
# - name: Download "build" folder (cache)
21-
# uses: dawidd6/action-download-artifact@v3
22-
# with:
23-
# workflow: cache.yml
24-
# branch: main
25-
# name: build-cache
26-
# path: _build
20+
- name: Download "build" folder (cache)
21+
uses: dawidd6/action-download-artifact@v3
22+
with:
23+
workflow: cache.yml
24+
branch: main
25+
name: build-cache
26+
path: _build
2727
# Install build software
2828
- name: Install Build Software
2929
shell: bash -l {0}

0 commit comments

Comments
 (0)