Skip to content

Commit

Permalink
Merge pull request #1827 from xiaoyifang/fix/sonar-build
Browse files Browse the repository at this point in the history
fix: sonar build dependency error
  • Loading branch information
xiaoyifang authored Oct 16, 2024
2 parents 40670d8 + bde707c commit ac82c89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Sonar Cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
steps:
- name: ubuntu install thirdparty dependencies
run: |
sudo apt-get update
sudo apt-get install build-essential ninja-build \
libvorbis-dev zlib1g-dev libhunspell-dev x11proto-record-dev \
libxtst-dev liblzo2-dev libbz2-dev \
Expand Down

0 comments on commit ac82c89

Please sign in to comment.