mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
CI: Bump update-alternatives priority to 100
This didn't seem to have worked in the past, the new value matches the recomendation on the GitHub Actions clang-11 default announcement: https://github.com/actions/virtual-environments/issues/3235
This commit is contained in:
parent
13288d956b
commit
90e5f607bd
Notes:
sideshowbarker
2024-07-18 17:40:06 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/90e5f607bd3 Pull-request: https://github.com/SerenityOS/serenity/pull/7327
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cmake.yml
vendored
4
.github/workflows/cmake.yml
vendored
|
@ -188,8 +188,8 @@ jobs:
|
|||
sudo apt-get purge -y clang-10 clang-11
|
||||
sudo apt-get update
|
||||
sudo apt-get install clang-12 ninja-build
|
||||
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-12 60
|
||||
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-12 60
|
||||
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-12 100
|
||||
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-12 100
|
||||
if: ${{ runner.os == 'Linux' }}
|
||||
- name: Install macOS dependencies
|
||||
run: brew install ninja
|
||||
|
|
Loading…
Reference in a new issue