diff options
author | Michael Vetter <jubalh@iodoru.org> | 2022-09-07 12:22:32 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2022-09-07 12:22:32 +0200 |
commit | 47860731716a443edac245958c1e74fa1bc97e8e (patch) | |
tree | 7b2a222b130011dc8a5b635acb61c5d12d93ec31 | |
parent | 5d945a9629336e1ec27f8a9b9263c277f65fb290 (diff) | |
download | profani-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.yml | 2 |
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: |