Update workflows

This commit is contained in:
Lubos Lenco
2022-03-22 16:45:11 +01:00
parent 14af6699a3
commit 4902017df4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,4 +18,4 @@ jobs:
- name: Get Submodules
run: git submodule update --init --recursive
- name: Compile
run: armorcore/Kinc/make android --from armorcore -g vulkan
run: armorcore/Kinc/make --from armorcore android -g vulkan
+1 -1
View File
@@ -18,4 +18,4 @@ jobs:
- name: Get Submodules
run: git submodule update --init --recursive
- name: Compile
run: armorcore/Kinc/make ios --from armorcore -g metal
run: armorcore/Kinc/make --from armorcore ios -g metal