From 35dc34a27d5603f1d9fe39f3ceeb2e2b11527e77 Mon Sep 17 00:00:00 2001 From: Lubos Lenco Date: Tue, 22 Mar 2022 17:29:03 +0100 Subject: [PATCH] Fix android workflow --- .github/workflows/{android_vulkan.yml => android_opengl.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{android_vulkan.yml => android_opengl.yml} (77%) diff --git a/.github/workflows/android_vulkan.yml b/.github/workflows/android_opengl.yml similarity index 77% rename from .github/workflows/android_vulkan.yml rename to .github/workflows/android_opengl.yml index 660bca0c..ac7ee7da 100644 --- a/.github/workflows/android_vulkan.yml +++ b/.github/workflows/android_opengl.yml @@ -18,4 +18,4 @@ jobs: - name: Get Submodules run: git submodule update --init --recursive - name: Compile - run: armorcore/Kinc/make --from armorcore android -g vulkan + run: armorcore/Kinc/make --from armorcore android -g opengl --shaderversion 300