mirror of
https://github.com/rive-app/rive-cpp.git
synced 2026-01-18 21:21:17 +01:00
fix
This commit is contained in:
12
.github/workflows/tests.yml
vendored
12
.github/workflows/tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user