mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
CI: Do not change the system gcc version to 10
Because the Serenity tooling autodetects the presence of gcc 10 it is no longer necessary to change the system gcc version to 10.
This commit is contained in:
parent
ce3f8661fb
commit
bcdb4e705d
Notes:
sideshowbarker
2024-07-18 07:40:49 +09:00
Author: https://github.com/twvd Commit: https://github.com/SerenityOS/serenity/commit/bcdb4e705da Pull-request: https://github.com/SerenityOS/serenity/pull/9123
1 changed files with 0 additions and 3 deletions
3
.github/workflows/cmake.yml
vendored
3
.github/workflows/cmake.yml
vendored
|
@ -48,9 +48,6 @@ jobs:
|
|||
sudo add-apt-repository ppa:canonical-server/server-backports
|
||||
sudo apt-get update
|
||||
sudo apt-get install libmpfr-dev libmpc-dev ninja-build e2fsprogs qemu-utils qemu-system-i386 ccache
|
||||
- name: Use GCC 10 instead
|
||||
run: sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 100 --slave /usr/bin/g++ g++ /usr/bin/g++-10
|
||||
|
||||
- name: Install JS dependencies
|
||||
run: sudo npm install -g prettier@2.2.1
|
||||
- name: Install Python dependencies
|
||||
|
|
Loading…
Reference in a new issue