Merge pull request #1827 from xiaoyifang/fix/sonar-build
Some checks are pending
SonarCloud / Build and analyze (push) Waiting to run

fix: sonar build dependency error
This commit is contained in:
xiaoyifang 2024-10-16 17:58:58 +08:00 committed by GitHub
commit ac82c8909f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 \