mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-07 01:15:14 +01:00
gh actions fix
This commit is contained in:
parent
3b95e3c171
commit
636a32af67
1 changed files with 1 additions and 1 deletions
2
.github/workflows/story_editor.yml
vendored
2
.github/workflows/story_editor.yml
vendored
|
|
@ -15,7 +15,7 @@ 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 ninja-build
|
||||||
sudo apt-get install build-essential
|
sudo apt-get install build-essential
|
||||||
sudo apt-get install cmake
|
sudo apt-get install cmake
|
||||||
- name: build
|
- name: build
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue