fuck it and pray

This commit is contained in:
Core 2022-01-29 06:26:15 +00:00
parent 6780bf5aa0
commit 21ce484224
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

@ -27,6 +27,21 @@ on:
- cron: '44 20 * * 1'
jobs:
flatpak:
name: "Flatpak Builder"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-40
options: --privileged
steps:
- uses: actions/checkout@v2
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
with:
bundle: Cider.flatpak
manifest-path: org.cidercollective.cider.yml
cache-key: flatpak-builder-${{ github.sha }}
analyze:
name: Analyze
runs-on: ubuntu-latest