Skip to content

Commit 7f64230

Browse files
committed
python-dev should be python2-dev on Ubuntu 22.04
Signed-off-by: Christian Brabandt <[email protected]>
1 parent 1bfa21b commit 7f64230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
gettext \
8585
libcanberra-dev \
8686
libperl-dev \
87-
python-dev \
87+
python2-dev \
8888
python3.8-dev \
8989
liblua5.3-dev \
9090
lua5.3 \

0 commit comments

Comments
 (0)