Fix android workflow
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: Android (Vulkan)
|
name: Android (OpenGL)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -18,4 +18,4 @@ jobs:
|
|||||||
- name: Get Submodules
|
- name: Get Submodules
|
||||||
run: git submodule update --init --recursive
|
run: git submodule update --init --recursive
|
||||||
- name: Compile
|
- name: Compile
|
||||||
run: armorcore/Kinc/make --from armorcore android -g opengl --shaderversion 300
|
run: armorcore/Kinc/make --from armorcore android -g opengl
|
||||||
|
|||||||
Reference in New Issue
Block a user