build: Drop Hydrun config in favor of Flathub-provided action #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Flatpak CI | |
on: | |
push: | |
pull_request: | |
jobs: | |
build-linux: | |
runs-on: ubuntu-latest | |
container: | |
image: bilelmoussaoui/flatpak-github-actions:gnome-44 | |
options: --privileged | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: flatpak/flatpak-github-actions/[email protected] | |
with: | |
bundle: com.pojtinger.felicitas.vintangle.flatpak | |
manifest-path: com.pojtinger.felicitas.vintangle.yaml | |
cache-key: flatpak-builder-${{ github.sha }} |