Skip to content

Commit

Permalink
Use GNOME 46 in weekly flatpak
Browse files Browse the repository at this point in the history
Relates to #708

This fixes the following error:
```
$ flatpak install org.gnome.GTG.Devel_20240530.flatpak
error: The application org.gnome.GTG.Devel/x86_64/master requires the runtime org.gnome.Platform/x86_64/master which was not found
```
by using the latest GNOME runtime, as opposed to the "master" one, which
doesn't seem to exist.

Tested by running the workflow on my fork, downloading the artifact from
GHA, installing and running the flatpak.
  • Loading branch information
SqAtx committed Jul 4, 2024
1 parent 2f66ac5 commit a9f6149
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/weekly_flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
# again
runs-on: ubuntu-24.04
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-nightly
image: bilelmoussaoui/flatpak-github-actions:gnome-46
options: --privileged
steps:
- uses: actions/checkout@v2
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: org.gnome.GTG.Devel.flatpak
manifest-path: build-aux/org.gnome.GTG.Devel.json
Expand Down
2 changes: 1 addition & 1 deletion build-aux/org.gnome.GTG.Devel.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"app-id": "org.gnome.GTG.Devel",
"runtime": "org.gnome.Platform",
"runtime-version": "master",
"runtime-version": "46",
"sdk": "org.gnome.Sdk",
"command": "gtg",
"tags": ["devel", "development", "nightly"],
Expand Down

0 comments on commit a9f6149

Please sign in to comment.