From b86449e220bdd670d358491ec60320f6deceb827 Mon Sep 17 00:00:00 2001 From: Martin Abente Lahaye Date: Thu, 28 Mar 2024 11:10:17 -0400 Subject: [PATCH] CI: Switch to flatpak branch --- .github/workflows/CI.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c4c57391..04c9bc3f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -5,8 +5,13 @@ on: name: CI jobs: testing: - runs-on: ubuntu-latest name: testing + runs-on: ubuntu-latest + container: + image: fedora:latest + options: --privileged steps: - uses: actions/checkout@master - - uses: tchx84/gtk-apps-testing-docker-action@gjs + - uses: tchx84/gtk-apps-testing-docker-action@flatpak + env: + MANIFEST_PATH: com.github.tchx84.Flatseal.json