diff options
author | Michael Vetter <jubalh@iodoru.org> | 2022-08-09 13:38:21 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2022-08-18 15:02:36 +0200 |
commit | cdebb559bba34ab68446a95eb9de481601279cd3 (patch) | |
tree | 94eef094a351531da7d0a7462ea1141b91812c8b /.github/workflows | |
parent | 8f2f0edf7a931e3200acfc3556a05b7088837293 (diff) | |
download | profani-tty-cdebb559bba34ab68446a95eb9de481601279cd3.tar.gz |
ci: enable tumbleweed
This reverts commit 5c5c45321976c9a859694afa781178c68d076ee2. 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.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6a9e439f..dc73b14b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - flavor: [debian, fedora, ubuntu] + flavor: [debian, fedora, tumbleweed, ubuntu] name: Linux steps: |