mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
Merge pull request #1827 from xiaoyifang/fix/sonar-build
Some checks are pending
SonarCloud / Build and analyze (push) Waiting to run
Some checks are pending
SonarCloud / Build and analyze (push) Waiting to run
fix: sonar build dependency error
This commit is contained in:
commit
ac82c8909f
2
.github/workflows/Sonar Cloud.yml
vendored
2
.github/workflows/Sonar Cloud.yml
vendored
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue