From 0235ffb1e6f64c096c2d4756f3ef21d72c0bb3d2 Mon Sep 17 00:00:00 2001 From: Nicola Sella Date: Tue, 20 Feb 2024 15:57:14 +0100 Subject: [PATCH] Disable clang builds until dnf5 outputs are fixed --- .github/workflows/package-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package-build.yml b/.github/workflows/package-build.yml index 8829aa3d8..965d25042 100644 --- a/.github/workflows/package-build.yml +++ b/.github/workflows/package-build.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false # don't fail all matrix jobs if one of them fails matrix: - compiler: [gcc, clang] # gcc is the default + compiler: [gcc] # gcc is the default steps: - uses: actions/checkout@v4