projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edf82d8
)
[ci] add libvorbis-dev and libflac-dev to azure dependencies
author
Paul Brossier
<piem@piem.org>
Thu, 28 Dec 2023 12:08:27 +0000
(13:08 +0100)
committer
Paul Brossier
<piem@piem.org>
Thu, 28 Dec 2023 12:08:27 +0000
(13:08 +0100)
azure-pipelines.yml
patch
|
blob
|
history
diff --git
a/azure-pipelines.yml
b/azure-pipelines.yml
index
6d8cbbc
..
87882ed
100644
(file)
--- a/
azure-pipelines.yml
+++ b/
azure-pipelines.yml
@@
-7,7
+7,7
@@
jobs:
steps:
- script: |
sudo apt update
- sudo apt install libavformat-dev librubberband-dev
+ sudo apt install libavformat-dev librubberband-dev
libvorbis-dev libflac-dev
displayName: 'deps'
- script: |
make