Skip to content

Commit

Permalink
install gnome sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau committed Oct 10, 2024
1 parent 482a09b commit f19c6f1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,11 @@ jobs:

- name: Install snapcraft for linux
if: startsWith(matrix.os, 'ubuntu')
run: sudo apt-get install snapcraft
run: sudo apt-get install snapcraft snapd

- name: install weird snapcraft dependencies
if: startsWith(matrix.os, 'ubuntu')
run: sudo snap install gnome-42-2204 gtk-common-themes
# end snapcraft specific

- name: Sign & Publish Electron app
Expand Down

0 comments on commit f19c6f1

Please sign in to comment.