Skip to content

Commit

Permalink
CI: add tests for Fedora linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutsui committed Oct 4, 2024
1 parent bd5eefc commit 0d6bcaf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
container: [ "ubuntu:22.04", "ubuntu:latest", "debian:12", "debian:11", "archlinux:base", "almalinux:8", "almalinux:9", "opensuse/leap" ]
container: [ "ubuntu:22.04", "ubuntu:latest", "debian:12", "debian:11", "archlinux:base", "almalinux:8", "almalinux:9", "opensuse/leap", "fedora:39", "fedora:40" ]

runs-on: ubuntu-latest

Expand Down Expand Up @@ -39,6 +39,10 @@ jobs:
zypper install -y gzip tar # for actions/checkout@v4
zypper install -y make gcc libX11-devel ncurses-devel
;;
fedora*)
dnf update -y
dnf install -y make gcc libX11-devel ncurses-devel
;;
esac
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0d6bcaf

Please sign in to comment.