Skip to content

Commit fca050e

Browse files
committed
f
1 parent dc68962 commit fca050e

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/scripts/build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ fi
1616

1717
ghcup --no-verbose install ghc --set --install-targets "${GHC_TARGETS}" "${GHC_VERSION}"
1818

19-
sed -i.bak -e '/DELETE MARKER FOR CI/,/END DELETE/d' cabal.project # see comment in cabal.project
2019
cabal update
2120
cabal user-config diff
2221
cabal user-config init -f

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
shell: bash
4747

4848
- name: Release
49-
if: startsWith(github.ref, 'refs/tags/')
5049
uses: softprops/action-gh-release@v1
5150
with:
5251
draft: true

.github/workflows/reusable-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
- name: Run build (32 bit linux)
211211
uses: docker://hasufell/i386-alpine-haskell:3.21
212212
with:
213-
args: sh -c "apk update && apk add groff bash binutils-gold curl gcc g++ gmp-dev libc-dev libffi-dev make musl-dev ncurses-dev perl tar xz autoconf automake bzip2 coreutils elfutils-dev findutils git jq bzip2-dev patch python3 sqlite sudo wget which zlib-dev patchelf zlib zlib-dev zlib-static && export PATH=$HOME/.ghcup/bin:$PATH && bash .github/scripts/build.sh"
213+
args: sh -c "export PATH=$HOME/.ghcup/bin:$PATH && bash .github/scripts/build.sh"
214214

215215
- if: always()
216216
name: Upload artifact

0 commit comments

Comments
 (0)