Skip to content

Commit b9fb82e

Browse files
committed
try use python3-dev for both ubuntu22 and ubuntu24
1 parent a27dfa1 commit b9fb82e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,12 @@ jobs:
4343
debhelper \
4444
libghc-json-dev \
4545
default-jdk \
46+
python3-dev \
4647
libtool-bin
4748
- run: |
4849
sudo apt-get install -y \
49-
python-dev \
5050
haskell-platform
5151
if: ${{ matrix.os }} == "ubuntu-22.04"
52-
- run: |
53-
sudo apt-get install -y \
54-
python3-dev
55-
if: ${{ matrix.os }} == "ubuntu-24.04"
5652
- name: Build package
5753
run: |
5854
make deb

0 commit comments

Comments
 (0)