Skip to content

Commit

Permalink
ci: fix flatpak build
Browse files Browse the repository at this point in the history
  • Loading branch information
geigi committed Dec 31, 2021
1 parent a657022 commit 7f2cfe4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,17 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install deps
run: |
dnf -y install docker
if: ${{ matrix.arch == 'aarch64' }}

- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v1
with:
platforms: arm64

- name: Install deps
run: |
dnf -y install docker
if: ${{ matrix.arch == 'aarch64' }}

- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
with:
Expand Down

0 comments on commit 7f2cfe4

Please sign in to comment.