mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 04:25:13 +00:00
CI: Install gcc-12 for Android nightly CI job
This *also* got missed in the gcc-12 update, because we weren't installing an explicit gcc version prior. Hopefully that's the last of the long tail of issues from that migration!
This commit is contained in:
parent
bad3e2a089
commit
1adc3530b2
Notes:
sideshowbarker
2024-07-17 06:40:35 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/1adc3530b2 Pull-request: https://github.com/SerenityOS/serenity/pull/16198
1 changed files with 3 additions and 1 deletions
|
@ -39,5 +39,7 @@ steps:
|
|||
|
||||
- ${{ if eq(parameters.os, 'Android') }}:
|
||||
- script: |
|
||||
sudo apt-get install ccache ninja-build unzip
|
||||
sudo apt-get install ccache gcc-12 g++-12 libstdc++-12-dev ninja-build unzip
|
||||
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 100
|
||||
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 100
|
||||
displayName: 'Install Dependencies'
|
||||
|
|
Loading…
Add table
Reference in a new issue