From 001187d6af6ced6b1ab81745a58cff5eb20e4f04 Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Fri, 24 Nov 2023 20:58:10 +0100 Subject: [PATCH] CI: .NET 8.0 is now available in RHEL 8 (and its derivatives) --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1f15db7..b4d1a855 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,8 +14,6 @@ jobs: - os: ubuntu-22.04 container: rockylinux:8 script: ./build.sh - # TODO(kleisauke): Remove when dotnet-sdk-8.0 is available in the AppStream repository - allow_failures: true - os: ubuntu-22.04 container: mcr.microsoft.com/dotnet/sdk:8.0-alpine3.18 script: ./build.sh @@ -35,7 +33,7 @@ jobs: apt-get install -y fontconfig-config - name: Dependencies (Rocky Linux 8) if: contains(matrix.container, 'rockylinux') - run: dnf install -y dotnet-sdk-8.0 google-noto-sans-fonts which || true + run: dnf install -y dotnet-sdk-8.0 google-noto-sans-fonts which - name: Dependencies (Alpine 3.18) if: contains(matrix.container, 'alpine') run: apk add bash font-noto --update-cache