fuck it and pray
This commit is contained in:
parent
6780bf5aa0
commit
21ce484224
1 changed files with 15 additions and 0 deletions
15
.github/workflows/build-analyze-linux.yml
vendored
15
.github/workflows/build-analyze-linux.yml
vendored
|
@ -27,6 +27,21 @@ on:
|
||||||
- cron: '44 20 * * 1'
|
- cron: '44 20 * * 1'
|
||||||
|
|
||||||
jobs:
|
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:
|
analyze:
|
||||||
name: Analyze
|
name: Analyze
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue