mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25: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:
committed by
Gunnar Beutner
parent
ce3f8661fb
commit
bcdb4e705d
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
|
||||
|
||||
Reference in New Issue
Block a user