We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad8aca8 commit 39cb38dCopy full SHA for 39cb38d
.github/workflows/CI.yaml
@@ -9,16 +9,8 @@ on:
9
10
jobs:
11
CI:
12
- runs-on: ubuntu-latest
13
- container:
14
- image: bilelmoussaoui/flatpak-github-actions:gnome-47
15
- options: --privileged
16
-
+ runs-on: ubuntu-24.04
17
steps:
18
- # https://github.com/actions/runner-images/issues/6775#issuecomment-1377299658
19
- - name: "Workaround"
20
- run: chown root:root .
21
22
- uses: actions/checkout@v4
23
with:
24
submodules: recursive
@@ -30,7 +22,7 @@ jobs:
30
31
- name: Install host dependencies
32
run: |
33
- dnf -y install flatpak flatpak-builder make gcc gcc-c++ mutter gjs
25
+ sudo apt-get install flatpak mutter flatpak-builder
34
26
35
27
# Restore caches
36
28
- name: Restore Flatpak dependencies
0 commit comments