Skip to content

Commit

Permalink
Fix apt-get build-dep on Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
martinburchell committed Oct 23, 2023
1 parent 12de297 commit 240c670
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-qt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ jobs:
if: matrix.os == 'ubuntu-20.04'
run: |
set -eux -o pipefail
sudo apt-get -y build-dep qt5-default
sudo apt-get -y install \
build-dep \
libasound2-dev \
libcap-dev \
libclang-10-dev \
Expand All @@ -106,7 +106,6 @@ jobs:
libzstd-dev \
perl \
python \
qt5-default \
ruby
- name: Ubuntu 22.04 prerequisites
Expand Down

0 comments on commit 240c670

Please sign in to comment.