-
-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Description
I'm trying to setup CI for github.com/vixalien/muzika
but it seems like the cache doesn't work correctly and GTK ends up being recompiled again.. Does one need to use https://github.com/marketplace/actions/cache?
Here's my workflow file:
name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-44
options: --privileged
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- us
5928
es: flatpak/flatpak-github-actions/flatpak-builder@v6.1
with:
bundle: muzika.flatpak
manifest-path: build-aux/flatpak/com.vixalien.muzika.json
cache: true
restore-cache: true
cache-key: flatpak-builder-${{ github.workflow_sha }}
Metadata
Metadata
Assignees
Labels
No labels