Skip to content

Commit

Permalink
Add lsb-release to dependencies of Debian [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleHuba committed Oct 14, 2019
1 parent 8cd6275 commit 815d8fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ stages:
steps:
- bash: |
sudo apt-get update
sudo apt-get install -y gcc g++ cmake ninja-build libcppunit-dev libgtk-3-dev libpoppler-glib-dev libxml2-dev portaudio19-dev libsndfile-dev liblua5.3-dev libzip-dev gettext
sudo apt-get install -y gcc g++ cmake ninja-build libcppunit-dev libgtk-3-dev libpoppler-glib-dev libxml2-dev portaudio19-dev libsndfile-dev liblua5.3-dev \
libzip-dev gettext lsb-release
displayName: 'Install dependencies'
- template: steps/build_linux.yml
parameters:
Expand Down

0 comments on commit 815d8fa

Please sign in to comment.