Skip to content

update libf3d to work with master #153

update libf3d to work with master

update libf3d to work with master #153

Workflow file for this run

on:
push:
branches: [ "master" ]
paths-ignore:
- '**/README.md'
pull_request:
branches: [ "master" ]
workflow_dispatch:
name: Flatpak
permissions:
id-token: write
contents: read
jobs:
flatpak:
name: Flatpak
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-46
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: io.github.nokse22.Exhibit.flatpak
manifest-path: build-aux/io.github.nokse22.Exhibit.json
cache-key: flatpak-builder-${{ github.sha }}