Skip to content

Commit

Permalink
Cache elm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ceddlyburge committed Oct 9, 2024
1 parent 26da747 commit e609bf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
continue-on-error: true

# Re-use ~/.elm between runs until elm.json, elm-tooling.json or
review/elm.json changes. The Elm compiler saves downloaded Elm packages
to ~/.elm.
# review/elm.json changes. The Elm compiler saves downloaded Elm packages
# to ~/.elm.
- name: Cache ~/.elm
uses: actions/cache@v3
with:
Expand Down

0 comments on commit e609bf3

Please sign in to comment.