Skip to content

Commit

Permalink
Enable cache for sonarcloud
Browse files Browse the repository at this point in the history
It's disable by default now so we need to enable it.

Signed-off-by: Renato Foot <renato@foot.com>
  • Loading branch information
Renato Foot committed May 8, 2022
1 parent 48ab545 commit 33dff84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/analysis-sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Run build-wrapper
run: |
mkdir -p build
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake -S . -B build
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake -DOPTIONS_ENABLE_CCACHE=ON -S . -B build
build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} cmake --build build
- name: Run PR sonar-scanner
Expand Down

0 comments on commit 33dff84

Please sign in to comment.