Skip to content

Commit dee5006

Browse files
committed
Fix CI
1 parent 06b9f3f commit dee5006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ jobs:
9191
- name: Run build (32 bit linux)
9292
uses: docker://hasufell/i386-alpine-haskell:3.12
9393
with:
94-
args: sh -c "apk add gettext gettext-dev autoconf automake libtool && cabal update && autoreconf -i && cabal build"
94+
args: sh -c "ghcup install cabal --isolate=/usr/bin latest --force && apk add gettext gettext-dev autoconf automake libtool && cabal update && autoreconf -i && cabal build"
9595

0 commit comments

Comments
 (0)