File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed
Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change 4949 cabal-version : " latest"
5050 cabal-update : true
5151
52- # TODO: Delete these outputs after testing
53- - name : Debug Setup Outputs
54- run : |
55- echo "GHC Version: ${{ steps.setup.outputs.ghc-version }}"
56- echo "Cabal Version: ${{ steps.setup.outputs.cabal-version }}"
57- echo "Cabal Store: ${{ steps.setup.outputs.cabal-store }}"
58- echo "Runner OS: ${{ runner.os }}"
59-
6052 # TODO: Refine this plan.json configuration
6153 - name : Generate plan.json
6254 run : |
6658 cp dist-newstyle/cache/plan.json ${{ github.workspace }}/cache-info/
6759 echo "Plan JSON Hash: $(sha256sum ${{ github.workspace }}/cache-info/plan.json | cut -d ' ' -f 1)"
6860
69- # TODO: Configure options is needed???
70- # - name: Configure the build
71- # run: |
72- # cabal configure --enable-tests --disable-documentation
73- # cabal build all --dry-run
74-
75- # TODO: delete /cache-info/ path
61+ # TODO: delete /cache-info/ path ?
7662 - name : Restore cached dependencies
7763 uses : actions/cache/restore@v4
7864 id : cache
You can’t perform that action at this time.
0 commit comments