mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 16:04:06 +00:00
fix: sonar build dependency error
This commit is contained in:
parent
40670d8197
commit
bde707c7b9
2
.github/workflows/Sonar Cloud.yml
vendored
2
.github/workflows/Sonar Cloud.yml
vendored
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue