We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b336b7c commit bdbdc79Copy full SHA for bdbdc79
.github/workflows/bootstrap.yml
@@ -48,6 +48,7 @@ jobs:
48
- name: bootstrap.py
49
run: |
50
GHC_VERSION=${{ matrix.ghc }}
51
+ ghcup --version
52
ghcup config set cache true
53
ghcup install ghc $GHC_VERSION
54
.github/workflows/quick-jobs.yml
@@ -40,6 +40,7 @@ jobs:
40
fi
41
- name: ghcup
42
43
44
45
ghcup install ghc recommended
46
ghcup set ghc recommended
@@ -88,6 +89,7 @@ jobs:
88
89
90
91
92
93
94
95
0 commit comments