Skip to content

Commit

Permalink
Another build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blissd committed Apr 8, 2024
1 parent 4904166 commit 4bacf37
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,6 @@
# SPDX-FileCopyrightText: © 2024 David Bliss
#
# SPDX-License-Identifier: GPL-3.0-or-later
on:
push:
branches: [main]
pull_request:
name: CI
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-45
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: dev.romantics.Photos.flatpak
manifest-path: build-aux/dev.romantics.Photos.json
cache-key: flatpak-builder-${{ github.sha }}

on:
push:
Expand Down

0 comments on commit 4bacf37

Please sign in to comment.