File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -50,12 +50,12 @@ jobs:
5050 cabal-update : true
5151
5252 # 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 }}"
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 }}"
5959
6060 # TODO: Refine this plan.json configuration
6161 - name : Generate plan.json
You can’t perform that action at this time.
0 commit comments