This commit is contained in:
JCash
2021-08-21 10:29:58 +02:00
committed by Luigi Rosso
parent bfa7702162
commit ed1cf19499

View File

@@ -10,11 +10,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Premake5
- name: Install
run: |
sudo apt update && sudo apt-get -y install build-essential cmake wget clang
wget https://github.com/premake/premake-core/releases/download/v5.0.0-alpha16/premake-5.0.0-alpha16-linux.tar.gz
tar -xvf premake-5.0.0-alpha15-linux.tar.gz
tar -xvf premake-5.0.0-alpha16-linux.tar.gz
mkdir bin
cp premake5 bin/premake5
sudo chmod a+x premake5
@@ -35,11 +35,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Premake5
- name: Install
run: |
sudo apt update && sudo apt-get -y install build-essential cmake wget clang
wget https://github.com/premake/premake-core/releases/download/v5.0.0-alpha16/premake-5.0.0-alpha16-windows.zip
tar -xvf premake-5.0.0-alpha15-linux.tar.gz
tar -xvf premake-5.0.0-alpha16-linux.tar.gz
mkdir bin
cp premake5 bin/premake5
sudo chmod a+x premake5
@@ -67,11 +67,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Premake5
- name: Install
run: |
sudo apt update && sudo apt-get -y install build-essential cmake wget clang
wget https://github.com/premake/premake-core/releases/download/v5.0.0-alpha16/premake-5.0.0-alpha16-macosx.tar.gz
tar -xvf premake-5.0.0-alpha15-linux.tar.gz
tar -xvf premake-5.0.0-alpha16-linux.tar.gz
mkdir bin
cp premake5 bin/premake5
sudo chmod a+x premake5