Skip to content

Commit

Permalink
fix: try to find out where 7za is
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Apr 18, 2024
1 parent 48ba535 commit 9feb9b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
sudo apt-get update
sudo apt-get install -y p7zip p7zip-full
- name: Check 7zip Command Availability
run: |
7za
echo $PATH
whereis 7za
- name: Install dependencies
run: npm install

Expand Down

0 comments on commit 9feb9b4

Please sign in to comment.