about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2022-09-07 12:22:32 +0200
committerMichael Vetter <jubalh@iodoru.org>2022-09-07 12:22:32 +0200
commit47860731716a443edac245958c1e74fa1bc97e8e (patch)
tree7b2a222b130011dc8a5b635acb61c5d12d93ec31
parent5d945a9629336e1ec27f8a9b9263c277f65fb290 (diff)
downloadprofani-tty-47860731716a443edac245958c1e74fa1bc97e8e.tar.gz
ci: disable TW
TW curently has problems:
```
Problem: the to be installed sqlite3-devel-3.39.2-1.2.x86_64 requires 'libsqlite3-0 = 3.39.2', but this requirement cannot be provided
  not installable providers: libsqlite3-0-3.39.2-1.2.i586[repo-oss]
                   libsqlite3-0-3.39.2-1.2.x86_64[repo-oss]
```
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index dc73b14b..6a9e439f 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
 
     strategy:
       matrix:
-        flavor: [debian, fedora, tumbleweed, ubuntu]
+        flavor: [debian, fedora, ubuntu]
 
     name: Linux
     steps: