Merge pull request #46732 from ClickHouse/fix-sonarcloud-job

Fix SonarCloud Job
This commit is contained in:
Alexey Milovidov 2023-02-23 00:31:54 +03:00 committed by GitHub
commit 5154b04cfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -154,7 +154,7 @@ jobs:
- name: Set Up Build Tools
run: |
sudo apt-get update
sudo apt-get install -yq git cmake ccache python3 ninja-build
sudo apt-get install -yq git cmake ccache ninja-build python3 yasm
sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
- name: Run build-wrapper
run: |