We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0212b commit d0cd643Copy full SHA for d0cd643
.github/workflows/bench.yml
@@ -53,6 +53,10 @@ jobs:
53
enable-stack: false
54
55
- name: Cache Cabal
56
+ - name: Linux Platform config
57
+ run: |
58
+ echo "CABAL_PKGS_DIR=~/.cabal/packages" >> $GITHUB_ENV
59
+
60
uses: actions/cache@v2
61
with:
62
path: |
.github/workflows/hackage.yml
@@ -55,6 +55,10 @@ jobs:
63
env:
64
cache-name: cache-cabal
0 commit comments