Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Dupuy <[email protected]>
  • Loading branch information
flo-dup committed Jul 24, 2024
1 parent 0475645 commit 62ca3b3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,7 @@ jobs:
- name: Build
run: >
build-wrapper-linux-x86/build-wrapper-linux-x86-64
--out-dir $GITHUB_WORKSPACE/build/output
cmake --build $GITHUB_WORKSPACE/build --parallel 2
build-wrapper-linux-x86 --out-dir $GITHUB_WORKSPACE/build/output cmake --build $GITHUB_WORKSPACE/build --parallel 2
- name: Tests
run: >
Expand All @@ -168,6 +166,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run:
run: >
sonar-scanner --define sonar.cfamily.compile-commands="${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json"

0 comments on commit 62ca3b3

Please sign in to comment.