Skip to content

Attempt to fix windows build #157

Attempt to fix windows build

Attempt to fix windows build #157

Workflow file for this run

on:
push:
branches: [master]
pull_request:
name: Flatpak
jobs:
flatpak:
runs-on: ubuntu-20.04
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-3.38
options: --privileged
steps:
- uses: actions/checkout@v2
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v3
with:
bundle: "notekit-dev.flatpak"
manifest-path: "pkgs/flatpak/com.github.blackhole89.notekit.yaml"
run-tests: "true"
cache-key: flatpak-builder-${{ github.sha }}