mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-06 17:09:06 +01:00
chg build system
This commit is contained in:
parent
d290affe17
commit
56612c731d
1 changed files with 1 additions and 3 deletions
4
.github/workflows/story_editor.yml
vendored
4
.github/workflows/story_editor.yml
vendored
|
|
@ -15,7 +15,6 @@ jobs:
|
|||
- name: Install packages
|
||||
run : |
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get install ninja-build
|
||||
sudo apt-get install build-essential
|
||||
sudo apt-get install cmake
|
||||
sudo apt install mesa-common-dev libgl1-mesa-dev libgles2-mesa-dev
|
||||
|
|
@ -24,8 +23,7 @@ jobs:
|
|||
run : |
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -DCMAKE_BUILD_TYPE=Release -G Ninja ..
|
||||
ninja
|
||||
cmake -DCMAKE_BUILD_TYPE=Release ..
|
||||
ls
|
||||
- name: package_setup
|
||||
working-directory: ./story-editor
|
||||
|
|
|
|||
Loading…
Reference in a new issue