mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -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:
|
||||
matrix:
|
||||
flavor: [debian, fedora, ubuntu]
|
||||
flavor: [debian, fedora, tumbleweed, ubuntu]
|
||||
|
||||
name: Linux
|
||||
steps:
|
||||
|
@ -29,10 +29,8 @@ RUN zypper --non-interactive in --no-recommends \
|
||||
libuuid-devel \
|
||||
make \
|
||||
ncurses-devel \
|
||||
python \
|
||||
python-devel \
|
||||
python38 \
|
||||
python38-devel \
|
||||
python310 \
|
||||
python310-devel \
|
||||
readline-devel \
|
||||
sqlite3-devel \
|
||||
gdk-pixbuf-devel \
|
||||
|
Loading…
Reference in New Issue
Block a user