We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 172949c commit 76b3442Copy full SHA for 76b3442
.github/workflows/ci.yml
@@ -115,8 +115,10 @@ jobs:
115
githubToken: ${{ github.token }}
116
install: |
117
apt-get update -y
118
- apt-get install -y ghc cabal-install autoconf
+ apt-get install -y ghc cabal-install autoconf make
119
run: |
120
+ curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 sh
121
+ source ~/.ghcup/env
122
cabal --version
123
cabal update
124
autoreconf --version
0 commit comments