mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
ci: enable tumbleweed
This reverts commit 5c5c453219
.
And removes the old python(2) pull in.
For some reason we get:
`Package python3-embed was not found in the pkg-config search path.`
with python38-devel but not with python310-devel. Let's bump it to that
version.
This commit is contained in:
parent
8f2f0edf7a
commit
cdebb559bb
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
flavor: [debian, fedora, ubuntu]
|
flavor: [debian, fedora, tumbleweed, ubuntu]
|
||||||
|
|
||||||
name: Linux
|
name: Linux
|
||||||
steps:
|
steps:
|
||||||
|
@ -29,10 +29,8 @@ RUN zypper --non-interactive in --no-recommends \
|
|||||||
libuuid-devel \
|
libuuid-devel \
|
||||||
make \
|
make \
|
||||||
ncurses-devel \
|
ncurses-devel \
|
||||||
python \
|
python310 \
|
||||||
python-devel \
|
python310-devel \
|
||||||
python38 \
|
|
||||||
python38-devel \
|
|
||||||
readline-devel \
|
readline-devel \
|
||||||
sqlite3-devel \
|
sqlite3-devel \
|
||||||
gdk-pixbuf-devel \
|
gdk-pixbuf-devel \
|
||||||
|
Loading…
Reference in New Issue
Block a user