mirror of
https://github.com/rive-app/rive-cpp.git
synced 2026-01-18 21:21:17 +01:00
removed apt-get steps as the tools should already be included
This commit is contained in:
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@@ -10,9 +10,11 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install CMake
|
||||
uses: lukka/get-cmake@latest
|
||||
|
||||
- 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-alpha16-linux.tar.gz
|
||||
mkdir bin
|
||||
@@ -37,7 +39,6 @@ jobs:
|
||||
|
||||
- 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-alpha16-windows.tar.gz
|
||||
mkdir bin
|
||||
@@ -69,7 +70,6 @@ jobs:
|
||||
|
||||
- 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-alpha16-macosx.tar.gz
|
||||
mkdir bin
|
||||
|
||||
Reference in New Issue
Block a user