Try caching now that v1.1 is out
authorLuke Lau <luke_lau@icloud.com>
Mon, 6 Jan 2020 19:56:36 +0000 (19:56 +0000)
committerLuke Lau <luke_lau@icloud.com>
Sun, 19 Jan 2020 22:04:56 +0000 (22:04 +0000)
.github/workflows/haskell.yml

index 4b593b99fed343051aef93699b8bf988daa21319..1e80a3c82ee8c58f648fabf137ece03261153f3c 100644 (file)
@@ -33,13 +33,13 @@ jobs:
         ref: ${{ env.hieref }}
         path: haskell-ide-engine
 
-    - name: Cache Cabal
-    #   uses: actions/cache@v1
-      with:
-        path: ~/.cabal
-    #     key: ${{ runner.OS }}-${{ matrix.ghc }}-cabal-${{ hashFiles('../**/*.cabal') }}
-        restore-keys: |
-          ${{ runner.OS }}-${{ matrix.ghc }}-cabal
+    - name: Cache Cabal
+      uses: actions/cache@v1.1.0
+      with:
+        path: ~/.cabal
+        key: ${{ runner.OS }}-${{ matrix.ghc }}-cabal-${{ hashFiles('*.cabal') }}
+        restore-keys: |
+          ${{ runner.OS }}-${{ matrix.ghc }}-cabal
 
     - name: Build HIE
       run: |