Skip to content

Commit

Permalink
docker: Use development version of flatpak-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Oct 2, 2024
1 parent 5d2100e commit 8c02162
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
path: ${{ github.workspace }}/.flatpak-builder
key: fb-${{ matrix.platform }}-${{ hashFiles('poetry.lock') }}

- name: Set up dependencies
run: |
sudo add-apt-repository ppa:flatpak/development
- name: Build flatpak-builder-lint
run: |
cd docker
Expand Down

0 comments on commit 8c02162

Please sign in to comment.