Skip to content

Commit

Permalink
chore(ci): Cache templateflow directory
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jul 17, 2024
1 parent 06bd5ae commit d4eeb42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
with:
submodules: recursive
fetch-depth: 0
- uses: actions/cache@v4
with:
path: ~/.cache/templateflow
key: templateflow-v1
- name: Install dependencies
run: |
sudo apt update
Expand Down

0 comments on commit d4eeb42

Please sign in to comment.