From 892bd62bfed4264e595c8b6df47945e35c246777 Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Sun, 24 Jan 2021 15:14:04 +0100 Subject: [PATCH] CI: use a KDE image for Flatpak The KDE images comes with the SDK needed pre-installed and should avoid re-downloading/installing it everytime. This should hopefully reduce the build time by a few minutes Details at https://github.com/bilelmoussaoui/flatpak-github-actions#docker-image --- .github/workflows/flatpak.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index d327637ff..44838bfda 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -13,7 +13,7 @@ jobs: name: Bundle runs-on: [ubuntu-latest] container: - image: docker.io/bilelmoussaoui/flatpak-github-actions + image: bilelmoussaoui/flatpak-github-actions:kde-5.15 options: --privileged steps: - name: 'Check for Github Labels'