Skip to content

Commit

Permalink
CI: Bust cache
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Nov 15, 2023
1 parent d444839 commit c393678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
cat dist-newstyle/cache/plan.json | jq -r '."install-plan"[].id' | sort | uniq > dependencies.txt
- name: Set cache version
run: echo "CACHE_VERSION=9w76Z3Q" >> $GITHUB_ENV
run: echo "CACHE_VERSION=9w76Z3Qx" >> $GITHUB_ENV

- uses: actions/cache@v2
name: Cache cabal store
Expand Down

0 comments on commit c393678

Please sign in to comment.