mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-02 16:23:48 +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
|
run: python torrent-client/setup.py build
|
||||||
|
|
||||||
- name: Install bsdtar
|
- name: Install bsdtar
|
||||||
|
if: matrix.os == 'ubuntu-latest'
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y libarchive-tools
|
sudo apt-get install -y libarchive-tools
|
||||||
|
Loading…
Reference in New Issue
Block a user