gh actions test

This commit is contained in:
Anthony Rabine 2024-01-20 14:50:35 +01:00
parent b1c53c84c3
commit 3b95e3c171

View file

@ -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 : |