mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-25 23:32:41 +00:00
Fixed: Failing ServiceProvider test
This commit is contained in:
parent
2768fce0a4
commit
a98d45d3de
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ environment:
|
|||
install:
|
||||
- git submodule update --init --recursive
|
||||
- cmd: powershell Install-Product node $env:nodejs_version
|
||||
- cmd: powershell Set-Service SCardSvr -StartupType Manual
|
||||
- sh: nvm install $nodejs_version
|
||||
- sh: sudo apt update
|
||||
- sh: sudo apt install -y libchromaprint-tools
|
||||
|
|
Loading…
Reference in a new issue