Skip to content

Commit

Permalink
Change cache key.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Dec 13, 2023
1 parent 6f75119 commit 8a1a838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"uses": "actions/cache@v3",
"with": {
"path": "qlfile\nqlfile.lock\n~/.cache/common-lisp/\n~/.roswell\n/usr/local/etc/roswell\n/usr/local/bin/ros\n/usr/local/Cellar/roswell\n.qlot",
"key": "a-${{ steps.current-month.outputs.value }}-${{ env.cache-name }}-ubuntu-latest-quicklisp-sbcl-bin-${{ hashFiles('qlfile.lock', '*.asd') }}"
"key": "a-${{ steps.current-month.outputs.value }}-${{ env.cache-name }}-ubuntu-latest-quicklisp-sbcl-bin2-${{ hashFiles('qlfile.lock', '*.asd') }}"
}
},
{
Expand Down

0 comments on commit 8a1a838

Please sign in to comment.