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 26, 2025
1 parent dc37b63 commit 5b1de9c
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 @@ -116,7 +116,7 @@ jobs:
- name: Install Clang
run: |
sudo apt-get -qq install clang-11 clang-tools-11
sudo apt-get -qq install clang-18 clang-tools-18
- name: Set Dark splash
# Test setting dark splash screen for `2.2.2_alpha`,
Expand All @@ -130,7 +130,7 @@ jobs:
- name: Build and analyze
run: |
export CC=g++
export ANALYZE="scan-build-11 -o out --use-cc=/usr/bin/clang++ --use-analyzer=/usr/bin/clang++ "
export ANALYZE="scan-build-18 -o out --use-cc=/usr/bin/clang++ --use-analyzer=/usr/bin/clang++ "
${ANALYZE}qmake6 -r librecad.pro CONFIG+=debug_and_release PREFIX=/usr
${ANALYZE}make release -j$(nproc)
Expand Down

0 comments on commit 5b1de9c

Please sign in to comment.