Skip to content

Commit

Permalink
ci: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BlankParticle committed Mar 24, 2024
1 parent c7b40cb commit d71ea10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:

- name: Add Gnome Extension Tools 🧩
run: |
apt update
apt install -y gnome-shell-extensions
sudo apt update
sudo apt install -y gnome-shell-extensions
- name: Install Dependencies 📥
run: pnpm install
Expand Down

0 comments on commit d71ea10

Please sign in to comment.