File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 5050 cabal-update : true
5151 - name : Configure the build
5252 run : |
53- cabal configure --enable-tests --disable-documentation
53+ cabal configure --enable-tests --enable-benchmarks -- disable-documentation
5454 cabal build all --dry-run
55- pwd
56- echo ${{ github.workspace }}
57- find . -type f -name "*plan.json"
58- cat dist-newstyle/cache/plan.json
5955
6056 - name : Restore cached dependencies
6157 uses : actions/cache/restore@v4
6460 key : ${{ runner.os }}-ghc-${{ steps.setup.outputs.ghc-version }}-cabal-${{ steps.setup.outputs.cabal-version }}
6561 with :
6662 path : ${{ steps.setup.outputs.cabal-store }}
67- key : ${{ env.key }}-plan-${{ hashFiles('** /plan.json') }}
63+ key : ${{ env.key }}-plan-${{ hashFiles('${{ github.workspace }}/dist-newstyle/cache /plan.json') }}
6864 restore-keys : ${{ env.key }}-
6965
7066 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments