Skip to content

Commit

Permalink
fix: remove flatpak build
Browse files Browse the repository at this point in the history
  • Loading branch information
wash2 committed Mar 9, 2023
1 parent cfdb8ad commit f401008
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit f401008

Please sign in to comment.