Skip to content

Commit 89ba6b8

Browse files
committed
Trigger CI with additional outputs
1 parent 7e86c50 commit 89ba6b8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)