Skip to content

Commit

Permalink
Fix GNOME SDK version number in CI (44 -> 45)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darazaki committed Sep 21, 2023
1 parent 9b9b640 commit c5b8a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-n-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
- name: Add Flathub repository
run: sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
- name: Install GNOME SDK & Platform
run: sudo flatpak install org.gnome.Sdk//44 org.gnome.Platform//44 -y
run: sudo flatpak install org.gnome.Sdk//45 org.gnome.Platform//45 -y
- name: Build
run: dev-scripts/build.sh

0 comments on commit c5b8a96

Please sign in to comment.