Skip to content

Commit 7ef6ec5

Browse files
committed
CI: use julia-actions/cache in docs build
1 parent f1a7cf1 commit 7ef6ec5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ jobs:
6464
- uses: julia-actions/setup-julia@latest
6565
with:
6666
version: '1.11'
67+
- uses: julia-actions/cache@v2
68+
with:
69+
cache-registries: "true"
6770
- name: Install dependencies
6871
run: |
6972
julia --project=docs -e '

0 commit comments

Comments
 (0)