Skip to content

Commit

Permalink
CI: fix RAR backend installation (#1697)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart authored and nilsleh committed Nov 10, 2023
1 parent 31b422e commit f116116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: brew install rar
if: ${{ runner.os == 'macOS' }}
- name: Install choco dependencies (Windows)
run: choco install unrar
run: choco install 7zip
if: ${{ runner.os == 'Windows' }}
- name: Install pip dependencies
if: steps.cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit f116116

Please sign in to comment.