Skip to content

Commit 39cb38d

Browse files
committed
f
1 parent ad8aca8 commit 39cb38d

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/CI.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,8 @@ on:
99

1010
jobs:
1111
CI:
12-
runs-on: ubuntu-latest
13-
container:
14-
image: bilelmoussaoui/flatpak-github-actions:gnome-47
15-
options: --privileged
16-
12+
runs-on: ubuntu-24.04
1713
steps:
18-
# https://github.com/actions/runner-images/issues/6775#issuecomment-1377299658
19-
- name: "Workaround"
20-
run: chown root:root .
21-
2214
- uses: actions/checkout@v4
2315
with:
2416
submodules: recursive
@@ -30,7 +22,7 @@ jobs:
3022

3123
- name: Install host dependencies
3224
run: |
33-
dnf -y install flatpak flatpak-builder make gcc gcc-c++ mutter gjs
25+
sudo apt-get install flatpak mutter flatpak-builder
3426
3527
# Restore caches
3628
- name: Restore Flatpak dependencies

0 commit comments

Comments
 (0)