Do not install bsdtar on windows

This commit is contained in:
dannkunt 2024-07-14 14:11:35 +03:00
parent d8e4eef107
commit b5af73cec4

View File

@ -34,6 +34,7 @@ jobs:
run: python torrent-client/setup.py build
- name: Install bsdtar
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y libarchive-tools