Skip to content

Commit 271ab93

Browse files
committed
disable ubuntu 22 again and try haskell-platform for ubuntu 24
1 parent 7e7f90a commit 271ab93

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

.github/workflows/build-binary-packages.yml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
os:
1818
- ubuntu-24.04
19-
- ubuntu-22.04
19+
#- ubuntu-22.04
2020

2121
runs-on: ${{ matrix.os }}
2222

@@ -26,13 +26,13 @@ jobs:
2626
# Note: `haskell-platform` is listed as requirement in debian/control,
2727
# which is why it's installed using apt instead of the Setup Haskell action.
2828

29-
- name: Setup Haskell
30-
uses: haskell-actions/setup@v2
31-
id: setup-haskell-cabal
32-
with:
33-
ghc-version: ${{ matrix.ghc }}
34-
cabal-version: ${{ matrix.cabal }}
35-
if: ${{ matrix.os }} == "ubuntu-24.04"
29+
#- name: Setup Haskell
30+
# uses: haskell-actions/setup@v2
31+
# id: setup-haskell-cabal
32+
# with:
33+
# ghc-version: ${{ matrix.ghc }}
34+
# cabal-version: ${{ matrix.cabal }}
35+
# if: ${{ matrix.os }} == "ubuntu-24.04"
3636

3737
- name: Install build tools
3838
run: |
@@ -44,11 +44,8 @@ jobs:
4444
libghc-json-dev \
4545
default-jdk \
4646
python-dev-is-python3 \
47-
libtool-bin
48-
- run: |
49-
sudo apt-get install -y \
47+
libtool-bin \
5048
haskell-platform
51-
if: ${{ matrix.os }} == "ubuntu-22.04"
5249
- name: Build package
5350
run: |
5451
make deb

0 commit comments

Comments
 (0)