Update workflows

This commit is contained in:
luboslenco
2023-02-08 18:12:56 +01:00
parent 809a7d46d5
commit 6660e3589b
7 changed files with 21 additions and 9 deletions
+3 -1
View File
@@ -18,4 +18,6 @@ jobs:
- name: Get Submodules
run: git submodule update --init --recursive
- name: Compile
run: armorcore/Kinc/make --from armorcore android -g opengl
run: |
cd armorpaint
../armorcore/Kinc/make --from ../armorcore android -g opengl