Skip to content

Commit

Permalink
fix: test hermit caching
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Dec 21, 2023
1 parent e9607f1 commit 23ddd31
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit 23ddd31

Please sign in to comment.