mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-26 20:26:53 +00:00
CI: Install clang-tools-19 to ensure clang-scan-deps is available
This commit is contained in:
parent
b478274e0b
commit
fc6237325b
Notes:
github-actions[bot]
2025-05-12 09:23:58 +00:00
Author: https://github.com/ayeteadoe
Commit: fc6237325b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4667
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/alimpfard
1 changed files with 1 additions and 1 deletions
2
.github/actions/setup/action.yml
vendored
2
.github/actions/setup/action.yml
vendored
|
@ -40,7 +40,7 @@ runs:
|
|||
libstdc++-13-dev lld-19 nasm ninja-build qt6-base-dev qt6-tools-dev-tools tar unzip zip
|
||||
|
||||
if ${{ inputs.toolchain == 'Clang' }} ; then
|
||||
sudo apt-get install -y clang-19 clang++-19
|
||||
sudo apt-get install -y clang-19 clang++-19 clang-tools-19
|
||||
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-19 100
|
||||
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-19 100
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue