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

fix: test hermit caching #22

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
${{ runner.os }}-hermit-cache-

- name: Install Dependencies
run: just get
run: |
hermit install
just get

- name: Run Flutter Analyze
run: just analyze
Expand Down