Skip to content

Commit

Permalink
update dependencies step for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Nov 30, 2023
1 parent f7e7756 commit 7b73025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: sudo apt-get install -y libpango1.0-dev libpangocairo-1.0-0 libgdk-pixbuf2.0-dev libgtk-3-dev

- name: Setup
run: npm install
run: npm ci --no-audit

- name: Build
run: node release/build.js --target itch-setup --skip-signing
Expand Down

0 comments on commit 7b73025

Please sign in to comment.