From 4902017df4b78cd9b9839ad051f52c3976f38158 Mon Sep 17 00:00:00 2001 From: Lubos Lenco Date: Tue, 22 Mar 2022 16:45:11 +0100 Subject: [PATCH] Update workflows --- .github/workflows/android_vulkan.yml | 2 +- .github/workflows/ios_metal.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android_vulkan.yml b/.github/workflows/android_vulkan.yml index bdbb04d7..270c657a 100644 --- a/.github/workflows/android_vulkan.yml +++ b/.github/workflows/android_vulkan.yml @@ -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 diff --git a/.github/workflows/ios_metal.yml b/.github/workflows/ios_metal.yml index 1bbe9d0c..214e5b77 100644 --- a/.github/workflows/ios_metal.yml +++ b/.github/workflows/ios_metal.yml @@ -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