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

Commit

Permalink
WIP ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KendallWeihe committed Apr 29, 2024
1 parent 112b85d commit 60c1756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Init Hermit
uses: cashapp/activate-hermit@v1
with:
cache: "true"
cache: true
- name: Setup
run: just setup
- name: Build
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Init Hermit
uses: cashapp/activate-hermit@v1
with:
cache: "true"
cache: true
- name: Setup
run: just setup
- name: Test
Expand Down

0 comments on commit 60c1756

Please sign in to comment.