Use our own build of premake5-beta6 with a lower GLIBC requirement.

This commit is contained in:
Martín Lucas Golini
2025-06-04 22:38:43 -03:00
parent 159ddd95fd
commit 6fc2f443b3
2 changed files with 3 additions and 3 deletions

View File

@@ -197,7 +197,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get install -y premake4 libfuse2 fuse mingw-w64 gcc-12 g++-12
wget https://github.com/premake/premake-core/releases/download/v5.0.0-beta6/premake-5.0.0-beta6-linux.tar.gz
wget https://cdn.ensoft.dev/eepp-assets/premake-5.0.0-beta6-linux.tar.gz
tar xvzf premake-5.0.0-beta6-linux.tar.gz
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
@@ -246,7 +246,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get install -y libfuse2 fuse
wget https://github.com/premake/premake-core/releases/download/v5.0.0-beta6/premake-5.0.0-beta6-linux.tar.gz
wget https://cdn.ensoft.dev/eepp-assets/premake-5.0.0-beta6-linux.tar.gz
tar xvzf premake-5.0.0-beta6-linux.tar.gz
- name: Build ecode
run: |

View File

@@ -28,7 +28,7 @@ jobs:
sudo update-alternatives --set c++ /usr/bin/g++
sudo update-alternatives --config gcc
sudo update-alternatives --config g++
wget https://github.com/premake/premake-core/releases/download/v5.0.0-beta6/premake-5.0.0-beta6-linux.tar.gz
wget https://cdn.ensoft.dev/eepp-assets/premake-5.0.0-beta6-linux.tar.gz
tar xvzf premake-5.0.0-beta6-linux.tar.gz
- name: Build
run: |