From 823f8949154cf061212ca235c929bc8feeef07e9 Mon Sep 17 00:00:00 2001 From: Allie Date: Sun, 18 Aug 2024 14:37:19 +0100 Subject: [PATCH] Update ci.yml change runtime to gnome and updated flatpak-builder version --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 138197b..71350f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest container: - image: elementary/docker:next-unstable + image: bilelmoussaoui/flatpak-github-actions:gnome-46 options: --privileged steps: @@ -30,13 +30,11 @@ jobs: uses: actions/checkout@v3 - name: Build - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v3 + uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4 with: bundle: Mixer.flatpak manifest-path: com.github.childishgiant.mixer.yml run-tests: true - repository-name: appcenter - repository-url: https://flatpak.elementary.io/repo.flatpakrepo cache-key: "flatpak-builder-${{ github.sha }}" lint: