mirror of
https://github.com/rive-app/rive-cpp.git
synced 2026-01-18 21:21:17 +01:00
bump premake
Diffs= bc6010b6e bump premake (#8120) Co-authored-by: Maxwell Talbot <talbot.maxwell@gmail.com>
This commit is contained in:
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@@ -15,8 +15,8 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install
|
||||
run: |
|
||||
wget -q https://github.com/premake/premake-core/releases/download/v5.0.0-alpha16/premake-5.0.0-alpha16-linux.tar.gz
|
||||
tar -xf premake-5.0.0-alpha16-linux.tar.gz
|
||||
wget -q https://github.com/premake/premake-core/releases/download/v5.0.0-beta2/premake-5.0.0-beta2-linux.tar.gz
|
||||
tar -xf premake-5.0.0-beta2-linux.tar.gz
|
||||
sudo chmod a+x premake5
|
||||
sudo mv premake5 /usr/local/bin
|
||||
|
||||
@@ -52,8 +52,8 @@ jobs:
|
||||
|
||||
- name: Install
|
||||
run: |
|
||||
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-alpha16-macosx.tar.gz
|
||||
wget -q https://github.com/premake/premake-core/releases/download/v5.0.0-beta2/premake-5.0.0-beta2-macosx.tar.gz
|
||||
tar -xf premake-5.0.0-beta2-macosx.tar.gz
|
||||
sudo chmod a+x premake5
|
||||
sudo mv premake5 /usr/local/bin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user