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 37b6474 commit 08726a2Copy full SHA for 08726a2
.github/workflows/ci.yml
@@ -25,8 +25,8 @@ jobs:
25
- name: Install GNOME Platform and SDK
26
run: |
27
flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo
28
- flatpak install --user -y flathub org.gnome.Platform//48
29
- flatpak install --user -y flathub org.gnome.Sdk//48
+ flatpak install --user -y flathub org.gnome.Platform//49
+ flatpak install --user -y flathub org.gnome.Sdk//49
30
31
- name: Build Flatpak
32
0 commit comments