From 3b95e3c171c742e7021727faf691e273b098f6da Mon Sep 17 00:00:00 2001 From: Anthony Rabine Date: Sat, 20 Jan 2024 14:50:35 +0100 Subject: [PATCH] gh actions test --- .github/workflows/story_editor.yml | 3 +++ 1 file changed, 3 insertions(+) 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 : |