mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-12 11:12:07 +00:00
Do not install bsdtar on windows
This commit is contained in:
parent
d8e4eef107
commit
b5af73cec4
1 changed files with 1 additions and 0 deletions
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 a new issue