From f40100826c419bbaedc571355351ee6a9adef63a Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Wed, 8 Mar 2023 20:50:40 -0500 Subject: [PATCH] fix: remove flatpak build --- .github/workflows/ci.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e6ba61..88d2931 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,18 +21,3 @@ jobs: run: echo -e "" >> src/config.rs - name: Run cargo fmt run: cargo fmt --all -- --check - - flatpak: - name: Flatpak - runs-on: ubuntu-20.04 - container: - image: bilelmoussaoui/flatpak-github-actions:gnome-42 - options: --privileged - steps: - - uses: actions/checkout@v2 - - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4 - with: - bundle: cosmic-bg.flatpak - manifest-path: build-aux/com.system76.CosmicBackground.Devel.json - run-tests: true - cache-key: flatpak-builder-${{ github.sha }}