Skip to content

Commit

Permalink
Update build-all.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli authored Jan 25, 2025
1 parent 9356f16 commit 8c91324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ jobs:
run: |
export CC=g++
export ANALYZE="scan-build-11 -o out --use-cc=g++ --use-analyzer=/usr/bin/clang++ "
${ANALYZE}qmake -r librecad.pro CONFIG+=debug_and_release PREFIX=/usr
${ANALYZE}make release -j$(nproc)
${ANALYZE} qmake -r librecad.pro CONFIG+=debug_and_release PREFIX=/usr
${ANALYZE} make release -j$(nproc)
- name: Create report repository
run: |
Expand Down

0 comments on commit 8c91324

Please sign in to comment.