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
This commit is contained in:
parent
0dce235fdb
commit
892bd62bfe
2
.github/workflows/flatpak.yml
vendored
2
.github/workflows/flatpak.yml
vendored
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user