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

Commit

Permalink
ci: use cashapp/activate-hermit native caching
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Dec 21, 2023
1 parent 23ddd31 commit 738bba7
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

- name: Install Dependencies
run: |
Expand Down

0 comments on commit 738bba7

Please sign in to comment.