Skip to content

Commit 083b0b8

Browse files
authored
Swap docker container for flatpak run
1 parent 9e638ab commit 083b0b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
name: Flatpak Build
196196
runs-on: ubuntu-latest
197197
container:
198-
image: bilelmoussaoui/flatpak-github-actions:gnome-nightly
198+
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-48
199199
options: --privileged
200200
steps:
201201
- uses: actions/checkout@v2
@@ -209,7 +209,6 @@ jobs:
209209
rm -rf /usr/share/dotnet
210210
rm -rf /opt/ghc
211211
rm -rf /usr/local/share/boost
212-
docker system prune -a -f
213212
echo "Disk space after cleanup:"
214213
df -h
215214
- name: Setup Packages

0 commit comments

Comments
 (0)