diff --git a/.github/workflows/android_vulkan.yml b/.github/workflows/android_vulkan.yml index af078ef2..e8c355a6 100644 --- a/.github/workflows/android_vulkan.yml +++ b/.github/workflows/android_vulkan.yml @@ -17,7 +17,5 @@ jobs: - uses: actions/checkout@v1 - name: Get Submodules run: git submodule update --init --recursive - - name: Get Node.js - run: git clone https://github.com/armory3d/nodejs_bin.git --depth 1 - name: Compile - run: nodejs_bin/node-linux64 armorcore/make android -g vulkan + run: armorcore/Kinc/make android --from armorcore -g vulkan diff --git a/.github/workflows/ios_metal.yml b/.github/workflows/ios_metal.yml index b50d8d02..17299ff6 100644 --- a/.github/workflows/ios_metal.yml +++ b/.github/workflows/ios_metal.yml @@ -17,7 +17,5 @@ jobs: - uses: actions/checkout@v1 - name: Get Submodules run: git submodule update --init --recursive - - name: Get Node.js - run: git clone https://github.com/armory3d/nodejs_bin.git --depth 1 - name: Compile - run: nodejs_bin/node-osx armorcore/make ios -g metal + run: armorcore/Kinc/make ios --from armorcore -g metal diff --git a/.github/workflows/linux_opengl.yml b/.github/workflows/linux_opengl.yml index 413e2a9b..bd6d4e73 100644 --- a/.github/workflows/linux_opengl.yml +++ b/.github/workflows/linux_opengl.yml @@ -17,7 +17,5 @@ jobs: - uses: actions/checkout@v1 - name: Get Submodules run: git submodule update --init --recursive - - name: Get Node.js - run: git clone https://github.com/armory3d/nodejs_bin.git --depth 1 - name: Compile - run: nodejs_bin/node-linux64 armorcore/make -g opengl + run: armorcore/Kinc/make --from armorcore -g opengl diff --git a/.github/workflows/linux_vulkan.yml b/.github/workflows/linux_vulkan.yml index 7dd18b9d..6e4f052f 100644 --- a/.github/workflows/linux_vulkan.yml +++ b/.github/workflows/linux_vulkan.yml @@ -17,7 +17,5 @@ jobs: - uses: actions/checkout@v1 - name: Get Submodules run: git submodule update --init --recursive - - name: Get Node.js - run: git clone https://github.com/armory3d/nodejs_bin.git --depth 1 - name: Compile - run: nodejs_bin/node-linux64 armorcore/make -g vulkan + run: armorcore/Kinc/make --from armorcore -g vulkan diff --git a/.github/workflows/macos_metal.yml b/.github/workflows/macos_metal.yml index b1b54528..7a87cd87 100644 --- a/.github/workflows/macos_metal.yml +++ b/.github/workflows/macos_metal.yml @@ -17,7 +17,5 @@ jobs: - uses: actions/checkout@v1 - name: Get Submodules run: git submodule update --init --recursive - - name: Get Node.js - run: git clone https://github.com/armory3d/nodejs_bin.git --depth 1 - name: Compile - run: nodejs_bin/node-osx armorcore/make -g metal + run: armorcore/Kinc/make --from armorcore -g metal diff --git a/.github/workflows/windows_direct3d11.yml b/.github/workflows/windows_direct3d11.yml index 748ad7d2..d36972ae 100644 --- a/.github/workflows/windows_direct3d11.yml +++ b/.github/workflows/windows_direct3d11.yml @@ -17,7 +17,5 @@ jobs: - uses: actions/checkout@v1 - name: Get Submodules run: git submodule update --init --recursive - - name: Get Node.js - run: git clone https://github.com/armory3d/nodejs_bin.git --depth 1 - name: Compile - run: nodejs_bin/node.exe armorcore/make -g direct3d11 + run: armorcore/Kinc/make --from armorcore -g direct3d11 diff --git a/.github/workflows/windows_direct3d12.yml b/.github/workflows/windows_direct3d12.yml index 7c1a4fd1..5d71dc3a 100644 --- a/.github/workflows/windows_direct3d12.yml +++ b/.github/workflows/windows_direct3d12.yml @@ -17,7 +17,5 @@ jobs: - uses: actions/checkout@v1 - name: Get Submodules run: git submodule update --init --recursive - - name: Get Node.js - run: git clone https://github.com/armory3d/nodejs_bin.git --depth 1 - name: Compile - run: nodejs_bin/node.exe armorcore/make -g direct3d12 + run: armorcore/Kinc/make --from armorcore -g direct3d12