Skip to content

Commit 7f2cfe4

Browse files
committed
ci: fix flatpak build
1 parent a657022 commit 7f2cfe4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/flatpak.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,17 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v2
2020

21+
- name: Install deps
22+
run: |
23+
dnf -y install docker
24+
if: ${{ matrix.arch == 'aarch64' }}
25+
2126
- name: Set up QEMU
2227
id: qemu
2328
uses: docker/setup-qemu-action@v1
2429
with:
2530
platforms: arm64
26-
27-
- name: Install deps
28-
run: |
29-
dnf -y install docker
31+
if: ${{ matrix.arch == 'aarch64' }}
3032

3133
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
3234
with:

0 commit comments

Comments
 (0)