mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 13:34:54 +03:00
Do not install bsdtar on windows
This commit is contained in:
parent
d8e4eef107
commit
b5af73cec4
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user