Skip to content

Commit

Permalink
ci: hopefully fixed schema generation
Browse files Browse the repository at this point in the history
  • Loading branch information
BlankParticle committed Mar 25, 2024
1 parent 4f532da commit f820bb5
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 @@ -19,8 +19,8 @@ jobs:
- name: Checkout Code 🛎
uses: actions/checkout@v4

- name: Update pacman 📦
run: pacman -Sy --noconfirm gnome-shell-extensions gettext nodejs pnpm
- name: Setup pacman 📦
run: pacman -Syu --noconfirm gnome-shell-extensions gettext nodejs pnpm

- name: Install Dependencies 📥
run: pnpm install
Expand Down

0 comments on commit f820bb5

Please sign in to comment.