Skip to content

Commit

Permalink
Don't install gnome-shell, simply zip that folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Elinvention committed Nov 26, 2023
1 parent bc452e5 commit d1eaead
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,8 @@ jobs:
- name: Install libglib2.0-dev
run: sudo apt-get install -y libglib2.0-dev

- name: Install gnome-shell
run: sudo apt-get install -y gnome-shell

- name: Generate extension zip
run: make build
run: cd nasa_apod@elinvention.ovh/ && zip -r ../nasa_apod@elinvention.ovh.zip .

- name: Get release informations
run: |
Expand Down

0 comments on commit d1eaead

Please sign in to comment.