From 436059f37e7eed7885287a15cadcc1961b8e0fdf Mon Sep 17 00:00:00 2001 From: luboslenco Date: Tue, 4 Oct 2022 18:12:31 +0200 Subject: [PATCH] Update ios workflow --- .github/workflows/ios_metal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ios_metal.yml b/.github/workflows/ios_metal.yml index 37c52fe7..d54f714f 100644 --- a/.github/workflows/ios_metal.yml +++ b/.github/workflows/ios_metal.yml @@ -18,6 +18,6 @@ jobs: - name: Get Submodules run: git submodule update --init --recursive - name: Clone plugins - run: git clone https://github.com/armory3d/armorpaint_plugins armorcore/Libraries/plugins + run: git clone https://github.com/armory3d/armorpaint_plugins Libraries/plugins - name: Compile run: armorcore/Kinc/make --from armorcore ios -g metal