Skip to content

Commit

Permalink
Use ghcup for arm CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Jun 2, 2022
1 parent 12b114a commit c7c32da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,10 @@ jobs:
githubToken: ${{ github.token }}
install: |
apt-get update -y
apt-get install -y ghc cabal-install autoconf
apt-get install -y ghc cabal-install autoconf make libnuma-dev
run: |
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 sh
source ~/.ghcup/env
cabal --version
cabal update
autoreconf --version
Expand Down

0 comments on commit c7c32da

Please sign in to comment.