mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:07:44 +00:00
CI: Add missing $
to Sonar Cloud build steps
Without the `$` GitHub Actions doesn't do the environment variable replacement and CMake thinks we want a source directory of `./}}`
This commit is contained in:
parent
090962823b
commit
99b526731e
1 changed files with 2 additions and 2 deletions
|
@ -119,8 +119,8 @@ jobs:
|
|||
# binary directory for that project.
|
||||
run: |
|
||||
ninja -C Build/superbuild serenity-configure
|
||||
cmake -B Build/{{ env.SONAR_ANALYSIS_ARCH }} -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
|
||||
ninja -C Build/{{ env.SONAR_ANALYSIS_ARCH }} all_generated
|
||||
cmake -B Build/${{ env.SONAR_ANALYSIS_ARCH }} -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
|
||||
ninja -C Build/${{ env.SONAR_ANALYSIS_ARCH }} all_generated
|
||||
|
||||
- name: Run sonar-scanner, upload results
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue