Skip to content

Commit

Permalink
Also print the version of ghcup used for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikolaj committed Feb 8, 2023
1 parent b336b7c commit bdbdc79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- name: bootstrap.py
run: |
GHC_VERSION=${{ matrix.ghc }}
ghcup --version
ghcup config set cache true
ghcup install ghc $GHC_VERSION
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/quick-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
fi
- name: ghcup
run: |
ghcup --version
ghcup config set cache true
ghcup install ghc recommended
ghcup set ghc recommended
Expand Down Expand Up @@ -88,6 +89,7 @@ jobs:
fi
- name: ghcup
run: |
ghcup --version
ghcup config set cache true
ghcup install ghc recommended
ghcup set ghc recommended
Expand Down

0 comments on commit bdbdc79

Please sign in to comment.