Skip to content

Commit

Permalink
CI: .NET 8.0 is now available in RHEL 8 (and its derivatives)
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Nov 24, 2023
1 parent 18a1620 commit 001187d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 001187d

Please sign in to comment.