mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-06 17:09:06 +01:00
gh actions test
This commit is contained in:
parent
b1c53c84c3
commit
3b95e3c171
1 changed files with 3 additions and 0 deletions
3
.github/workflows/story_editor.yml
vendored
3
.github/workflows/story_editor.yml
vendored
|
|
@ -15,6 +15,9 @@ jobs:
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run : |
|
run : |
|
||||||
sudo apt-get update -qq
|
sudo apt-get update -qq
|
||||||
|
sudo apt-get install ninja
|
||||||
|
sudo apt-get install build-essential
|
||||||
|
sudo apt-get install cmake
|
||||||
- name: build
|
- name: build
|
||||||
working-directory: ./story-editor
|
working-directory: ./story-editor
|
||||||
run : |
|
run : |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue