Skip to content

Commit

Permalink
fix: also install p7zip
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Apr 18, 2024
1 parent 1139a2f commit 48ba535
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
node-version-file: ".nvmrc"

- name: Setup 7zip
run: sudo apt-get update && sudo apt-get install -y p7zip-full
run: |
sudo apt-get update
sudo apt-get install -y p7zip p7zip-full
- name: Install dependencies
run: npm install
Expand Down

0 comments on commit 48ba535

Please sign in to comment.