Skip to content

Fix compatibility with new Freedesktop runtime (23.08) #37

Fix compatibility with new Freedesktop runtime (23.08)

Fix compatibility with new Freedesktop runtime (23.08) #37

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
flatpak:
name: "Flatpak CI"
runs-on: ubuntu-latest
strategy:
matrix:
file: [Resolve, ResolveStudio]
container:
image: bilelmoussaoui/flatpak-github-actions:freedesktop-22.08
options: --privileged
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: flatpak/flatpak-github-actions/[email protected]
with:
bundle: com.blackmagic.${{ matrix.file }}
manifest-path: com.blackmagic.${{ matrix.file }}.yaml
cache-key: flatpak-builder-${{ matrix.file }}-${{ github.sha }}