File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,17 @@ jobs:
103
103
${{ env.cache-name }}-${{ runner.os }}-${{ matrix.ghc }}-${{ env.HACKAGE_TIMESTAMP }}-
104
104
${{ env.cache-name }}-${{ runner.os }}-${{ matrix.ghc }}-
105
105
106
+ - name : dist-newstyle cache
107
+ uses : actions/cache@v2
108
+ env :
109
+ cache-name : dist-newstyle
110
+ with :
111
+ path : dist-newstyle
112
+ key : ${{ env.cache-name }}-${{ runner.os }}-${{ matrix.ghc }}-${{ env.HACKAGE_TIMESTAMP }}-${{ hashFiles('cabal.project') }}
113
+ restore-keys : |
114
+ ${{ env.cache-name }}-${{ runner.os }}-${{ matrix.ghc }}-${{ env.HACKAGE_TIMESTAMP }}-
115
+ ${{ env.cache-name }}-${{ runner.os }}-${{ matrix.ghc }}-
116
+
106
117
- if : ( runner.os != 'Windows' ) && ( matrix.ghc != '8.6.5' )
107
118
name : Build
108
119
run : cabal v2-build --enable-tests --enable-benchmarks --only-dependencies
You can’t perform that action at this time.
0 commit comments