Skip to content

Commit 76b3442

Browse files
committed
Use ghcup for arm CI
1 parent 172949c commit 76b3442

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,10 @@ jobs:
115115
githubToken: ${{ github.token }}
116116
install: |
117117
apt-get update -y
118-
apt-get install -y ghc cabal-install autoconf
118+
apt-get install -y ghc cabal-install autoconf make
119119
run: |
120+
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 sh
121+
source ~/.ghcup/env
120122
cabal --version
121123
cabal update
122124
autoreconf --version

0 commit comments

Comments
 (0)