Skip to content

Commit

Permalink
Workflows: add Fedora to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Nov 7, 2024
1 parent 5c81c8b commit c88e858
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,25 @@ jobs:
ninja -C build
ninja -C build install
fedora:
runs-on: ubuntu-latest

container:
image: fedora:latest

steps:
- uses: actions/checkout@v4
- name: Install Dependencies
run: |
dnf install -y gala-devel libgee-devel glib2-devel granite-devel gtk3-devel meson valac
- name: Build
env:
DESTDIR: out
run: |
meson build
ninja -C build install
lint:

runs-on: ubuntu-latest
Expand Down

0 comments on commit c88e858

Please sign in to comment.