Skip to content
Snippets Groups Projects
Unverified Commit 369ebefe authored by Mikolaj Konarski's avatar Mikolaj Konarski
Browse files

Hardwire a different CI cache path, to fix CI

parent 40b63180
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ jobs:
name: Cache the downloads
id: bootstrap-cache
with:
path: "~/.cabal"
path: "/home/runner/work/cabal/cabal/_build"
key: bootstrap-${{ runner.os }}-${{ matrix.ghc }}-20221115-${{ github.sha }}
restore-keys: bootstrap-${{ runner.os }}-${{ matrix.ghc }}-20221115-
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment