Skip to content

Commit

Permalink
Merge pull request #441 from nokyan/workaround-flatpak-workflow
Browse files Browse the repository at this point in the history
Use other Flatpak GitHub action as a temporary workaround
  • Loading branch information
nokyan authored Feb 3, 2025
2 parents 50fade0 + 713641b commit 260c2c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
- uses: jochumdev/flatpak-github-actions/flatpak-builder@builder-update-deps
with:
manifest-path: build-aux/net.nokyan.Resources.Devel.json
run-tests: true
cache-key: flatpak-builder-${{ github.sha }}
upload-artifact: "false"

0 comments on commit 260c2c8

Please sign in to comment.