diff --git a/.github/workflows/story_editor.yml b/.github/workflows/story_editor.yml index 81ad34a..a738950 100644 --- a/.github/workflows/story_editor.yml +++ b/.github/workflows/story_editor.yml @@ -15,6 +15,9 @@ jobs: - name: Install packages run : | sudo apt-get update -qq + sudo apt-get install ninja + sudo apt-get install build-essential + sudo apt-get install cmake - name: build working-directory: ./story-editor run : |