Skip to content
Snippets Groups Projects
Unverified Commit 4cdaa50a authored by Mikolaj Konarski's avatar Mikolaj Konarski Committed by GitHub
Browse files

Merge pull request #8596 from Mikolaj/urlopen-timeout-CI-5th-attempt

Hardwire a different CI cache path, to fix CI
parents 40b63180 369ebefe
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