From 65df253bc8226f1a85bed5ab4982ea05be2e1e35 Mon Sep 17 00:00:00 2001 From: Dark Dragon Date: Thu, 22 Feb 2024 15:03:11 +0100 Subject: [PATCH] Use action from flathub-infra --- .github/workflows/build.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a91f5a862..f04184a91 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -383,19 +383,15 @@ jobs: fail-fast: false runs-on: ${{ matrix.variant.runner }} container: - # BUG https://github.com/flatpak/flatpak-github-actions/pull/179 - # image: bilelmoussaoui/flatpak-github-actions:gnome-45 image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-45 options: --privileged steps: - uses: actions/checkout@v4 - - uses: flatpak/flatpak-github-actions/flatpak-builder@v6 + - uses: flathub-infra/flatpak-github-actions/flatpak-builder@master with: bundle: axolotl.flatpak manifest-path: flatpak/org.nanuc.Axolotl.yml branch: ${{ github.head_ref || github.ref_name }} arch: ${{ matrix.variant.arch }} - # Disable cache until bug is resolved: https://github.com/flatpak/flatpak-github-actions/pull/183 - restore-cache: false build-bundle: true upload-artifact: true