Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit 2b5d02b

Browse files
authored
ci: use cashapp/activate-hermit native caching (#23)
1 parent e9607f1 commit 2b5d02b

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,8 @@ jobs:
1515

1616
- name: Init Hermit
1717
uses: cashapp/activate-hermit@v1
18-
19-
- name: Folder Hash
20-
id: bin-hash
21-
uses: theowenyoung/folder-hash@v3
22-
with:
23-
path: bin
24-
25-
- name: Cache Flutter
26-
uses: actions/cache@v3
2718
with:
28-
path: ~/.cache/hermit/pkg
29-
key: ${{ runner.os }}-hermit-cache-${{ steps.bin-hash.outputs.hash }}
30-
restore-keys: |
31-
${{ runner.os }}-hermit-cache-
19+
cache: true
3220

3321
- name: Install Dependencies
3422
run: just get

0 commit comments

Comments
 (0)