Skip to content

Commit 66b48d6

Browse files
committed
restore ubuntu22 and use python-dev-is-python3 for both
1 parent e8bfc78 commit 66b48d6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 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

@@ -43,15 +43,12 @@ jobs:
4343
debhelper \
4444
libghc-json-dev \
4545
default-jdk \
46+
python-dev-is-python3 \
4647
libtool-bin
4748
- run: |
4849
sudo apt-get install -y \
49-
python-dev-is-python3 \
5050
haskell-platform
5151
if: ${{ matrix.os }} == "ubuntu-22.04"
52-
- run: |
53-
sudo apt-get install -y \
54-
python3-dev
5552
if: ${{ matrix.os }} == "ubuntu-24.04"
5653
- name: Build package
5754
run: |

0 commit comments

Comments
 (0)