Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Commit

Permalink
Speed up gnome-shell installation in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Oct 1, 2020
1 parent 21f4d46 commit 9113d13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
- name: Install gnome-extensions
run: |
sudo apt-get -q update
sudo apt-get -qq -y install gnome-shell
sudo apt-get -qq -y --no-install-recommends install gnome-shell
- run: yarn package
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: apt-get install gnome-shell
run: |
sudo apt-get -q update
sudo apt-get -qq -y install gnome-shell
sudo apt-get -qq -y --no-install-recommends install gnome-shell
- run: yarn package
- uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 9113d13

Please sign in to comment.