CI: fix RAR backend installation (#1697)

This commit is contained in:
Adam J. Stewart 2023-10-24 12:50:24 -05:00 коммит произвёл Nils Lehmann
Родитель 31b422ea4f
Коммит f116116a4e
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/tests.yaml поставляемый
Просмотреть файл

@ -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'