Skip to content

Commit c2bb3df

Browse files
committed
install system deps
1 parent 755d88b commit c2bb3df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,10 @@ jobs:
164164
cabal: ['3.6']
165165

166166
steps:
167+
- name: Install system dependencies
168+
run: |
169+
apk add --no-cache curl gcc g++ gmp-dev ncurses-dev libffi-dev make xz gzip tar perl git bash sudo binutils-gold
170+
apk add --no-cache zlib zlib-dev zlib-static gmp gmp-dev ncurses-static
167171
- uses: actions/checkout@v2
168172
- uses: haskell/actions/setup@v1
169173
with:

0 commit comments

Comments
 (0)