mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Minor improvements to the ecode build scripts.
This commit is contained in:
6
.github/workflows/eepp-linux-build-check.yml
vendored
6
.github/workflows/eepp-linux-build-check.yml
vendored
@@ -16,10 +16,10 @@ jobs:
|
||||
git submodule update --init --recursive
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo add-apt-repository universe
|
||||
sudo add-apt-repository multiverse
|
||||
sudo add-apt-repository -y universe
|
||||
sudo add-apt-repository -y multiverse
|
||||
sudo apt update
|
||||
sudo apt install gcc-12 g++-12 wget libsdl2-2.0-0 libsdl2-dev
|
||||
sudo apt install -y gcc-12 g++-12 wget libsdl2-2.0-0 libsdl2-dev
|
||||
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 10
|
||||
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 10
|
||||
sudo update-alternatives --install /usr/bin/cc cc /usr/bin/gcc 30
|
||||
|
||||
Reference in New Issue
Block a user