mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 01:01:51 -05:00
Temporarily disable sonar-scanner
This commit is contained in:
parent
1ea5cb24e4
commit
0dd26ae058
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cmake_linux.yml
vendored
2
.github/workflows/cmake_linux.yml
vendored
|
@ -106,7 +106,7 @@ jobs:
|
|||
build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} cmake --build build
|
||||
|
||||
- name: Run sonar-scanner
|
||||
# if: 0
|
||||
if: 0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue