Skip to content

Commit

Permalink
Ensure wavpack is installed on azure
Browse files Browse the repository at this point in the history
Work done for #196
  • Loading branch information
atruskie committed Mar 27, 2020
1 parent c8c8a09 commit 7da1624
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/azure-pipelines-dependencies-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
steps:
- script: |
sudo apt-get update -y
sudo apt-get install -y libsox-fmt-all sox
sudo apt-get install -y libsox-fmt-all sox
displayName: Install SoX
- script: |
sudo apt-get install -y wavpack

0 comments on commit 7da1624

Please sign in to comment.