Skip to content

Commit

Permalink
Install flatpak on the worker so we can use it for generating sources.
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectSynchro committed Nov 5, 2024
1 parent d89308c commit 120546d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update_manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
run: |
pip install ruamel.yaml
- name: Install Flatpak
run: |
apt-get install -y flatpak
- name: Check for Flatpak source updates via Flatpak External Data Checker
uses: docker://ghcr.io/flathub/flatpak-external-data-checker:latest
with:
Expand All @@ -45,7 +49,6 @@ jobs:
[ -z "$(git status -s -uno)" ] || echo "updated=true" >> $GITHUB_OUTPUT
- name: Generate dotnet sources
uses: docker://flatpak/flatpak-builder:base
if: steps.is-updated.outputs.updated
run: |
./generate-sources.py
Expand Down

0 comments on commit 120546d

Please sign in to comment.