Enable gtk4 conditionally on x11/wayland instead of the other way around #1052
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
on: | |
push: | |
branches: [master] | |
pull_request: | |
name: Demo CI | |
jobs: | |
flatpak: | |
name: "Flatpak" | |
runs-on: ubuntu-22.04 | |
container: | |
image: bilelmoussaoui/flatpak-github-actions:gnome-nightly | |
options: --privileged | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6 | |
with: | |
bundle: "ashpd-demo.flatpak" | |
repository-name: "flathub" | |
manifest-path: "ashpd-demo/build-aux/com.belmoussaoui.ashpd.demo.Devel.json" | |
run-tests: true | |
cache-key: flatpak-builder-${{ github.sha }} |