Skip to content

Commit 94ee637

Browse files
committed
Revert "try use python3-dev for both ubuntu22 and ubuntu24"
This reverts commit b9fb82e.
1 parent 2083b50 commit 94ee637

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,16 @@ jobs:
4343
debhelper \
4444
libghc-json-dev \
4545
default-jdk \
46-
python3-dev \
4746
libtool-bin
4847
- run: |
4948
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"
5256
- name: Build package
5357
run: |
5458
make deb

0 commit comments

Comments
 (0)