Skip to content

Commit

Permalink
ci: use cashapp/activate-hermit native caching (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas authored Dec 21, 2023
1 parent e9607f1 commit 2b5d02b
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,8 @@ jobs:

- name: Init Hermit
uses: cashapp/activate-hermit@v1

- name: Folder Hash
id: bin-hash
uses: theowenyoung/folder-hash@v3
with:
path: bin

- name: Cache Flutter
uses: actions/cache@v3
with:
path: ~/.cache/hermit/pkg
key: ${{ runner.os }}-hermit-cache-${{ steps.bin-hash.outputs.hash }}
restore-keys: |
${{ runner.os }}-hermit-cache-
cache: true

This comment has been minimized.

Copy link
@wesbillman

wesbillman Dec 21, 2023

Member

So good!


- name: Install Dependencies
run: just get
Expand Down

0 comments on commit 2b5d02b

Please sign in to comment.