fix: sonar build dependency error

This commit is contained in:
Xiao Yi Fang 2024-10-16 17:49:00 +08:00
parent 40670d8197
commit bde707c7b9

View file

@ -19,6 +19,8 @@ jobs:
steps: steps:
- name: ubuntu install thirdparty dependencies - name: ubuntu install thirdparty dependencies
run: | run: |
sudo apt-get update
sudo apt-get install build-essential ninja-build \ sudo apt-get install build-essential ninja-build \
libvorbis-dev zlib1g-dev libhunspell-dev x11proto-record-dev \ libvorbis-dev zlib1g-dev libhunspell-dev x11proto-record-dev \
libxtst-dev liblzo2-dev libbz2-dev \ libxtst-dev liblzo2-dev libbz2-dev \