Skip to content

Commit

Permalink
Try to use flatpak docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectSynchro committed Nov 5, 2024
1 parent 3bbd7f2 commit 4ad82f8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/update_manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ env:
jobs:
flatpak-external-data-checker:
runs-on: ubuntu-latest

container:
image: bilelmoussaoui/flatpak-github-actions:freedesktop-23.08
options: --privileged

strategy:
matrix:
branch: [ main ] # list all branches to check
Expand All @@ -29,11 +32,6 @@ jobs:
run: |
pip install ruamel.yaml
- name: Install Flatpak
run: |
sudo apt-get install -y flatpak
sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
- name: Check for Flatpak source updates via Flatpak External Data Checker
uses: docker://ghcr.io/flathub/flatpak-external-data-checker:latest
with:
Expand Down

0 comments on commit 4ad82f8

Please sign in to comment.