Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemorroj committed Jan 4, 2024
1 parent 29e4edd commit 6f44ccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ jobs:

- name: Setup p7zip Ubuntu
if: ${{ matrix.operating-system == 'ubuntu-latest' && matrix.p7zip == 'p7zip' }}
run: apt install p7zip-full p7zip-rar
run: sudo apt install p7zip-full p7zip-rar
- name: Setup 7zip Ubuntu
if: ${{ matrix.operating-system == 'ubuntu-latest' && matrix.p7zip == '7zip' }}
run: apt install 7zip
run: sudo apt install 7zip
- name: Setup 7zip MacOs
if: matrix.operating-system == 'macos-latest'
run: |
Expand Down

0 comments on commit 6f44ccd

Please sign in to comment.