From 47860731716a443edac245958c1e74fa1bc97e8e Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 7 Sep 2022 12:22:32 +0200 Subject: [PATCH] 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] ``` --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: