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:
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:
|
||||
|
||||
Reference in New Issue
Block a user