Skip to content

Commit bdbdc79

Browse files
committed
Also print the version of ghcup used for debugging
1 parent b336b7c commit bdbdc79

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/bootstrap.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
- name: bootstrap.py
4949
run: |
5050
GHC_VERSION=${{ matrix.ghc }}
51+
ghcup --version
5152
ghcup config set cache true
5253
ghcup install ghc $GHC_VERSION
5354

.github/workflows/quick-jobs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
fi
4141
- name: ghcup
4242
run: |
43+
ghcup --version
4344
ghcup config set cache true
4445
ghcup install ghc recommended
4546
ghcup set ghc recommended
@@ -88,6 +89,7 @@ jobs:
8889
fi
8990
- name: ghcup
9091
run: |
92+
ghcup --version
9193
ghcup config set cache true
9294
ghcup install ghc recommended
9395
ghcup set ghc recommended

0 commit comments

Comments
 (0)