Skip to content

Commit

Permalink
try update repository as well
Browse files Browse the repository at this point in the history
  • Loading branch information
dakur committed Oct 14, 2024
1 parent 47f6907 commit b36bb29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
node-version: 18.x

- name: Install external deps
run: sudo apt-get install -y pngquant graphicsmagick
run: sudo apt-get update && sudo apt-get install -y pngquant graphicsmagick

- name: Install deps
uses: borales/actions-yarn@v5
Expand Down

0 comments on commit b36bb29

Please sign in to comment.