We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b9f3f commit dee5006Copy full SHA for dee5006
.github/workflows/ci.yml
@@ -91,5 +91,5 @@ jobs:
91
- name: Run build (32 bit linux)
92
uses: docker://hasufell/i386-alpine-haskell:3.12
93
with:
94
- args: sh -c "apk add gettext gettext-dev autoconf automake libtool && cabal update && autoreconf -i && cabal build"
+ 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"
95
0 commit comments