Skip to content

Commit

Permalink
fix: flatpak build
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhldr committed Dec 10, 2024
1 parent bccb09d commit ba83716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build flatpak package
run: |
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
sudo flatpak install flathub org.gnome.Platform//47 org.gnome.Sdk//47 -y
sudo flatpak install flathub org.flatpak.Builder org.gnome.Platform//47 org.gnome.Sdk//47 -y
make BUILD_TYPE=gtk test-flatpak
- name: Build rpm package
Expand Down

0 comments on commit ba83716

Please sign in to comment.