Skip to content

Commit

Permalink
Use different cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
klaftertief committed Nov 27, 2023
1 parent 9f21089 commit 79beb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/cache/restore@v3
with:
path: cache
key: ${{ runner.os }}-generated-elm-modules
key: ${{ runner.os }}-generated-elm-docs
- run: make install
- run: make clean setup build
- name: Save cache
Expand Down

0 comments on commit 79beb35

Please sign in to comment.