diff --git a/.github/workflows/krom.yml b/.github/workflows/krom.yml index 7230e25a..b942110b 100644 --- a/.github/workflows/krom.yml +++ b/.github/workflows/krom.yml @@ -12,10 +12,11 @@ jobs: - name: Get Submodules run: | git clone https://github.com/armory3d/armory_ci - git clone --recursive https://github.com/kode/Kha.git armory_ci/test1/Kha - git clone https://github.com/armory3d/iron.git armory_ci/test1/Libraries/iron - git clone https://github.com/kode/nodejs_bin.git armory_ci/test1/nodejs_bin + git clone --recursive https://github.com/kode/Kha.git armory_ci/Kha + git clone https://github.com/armory3d/iron.git armory_ci/Libraries/iron + git clone https://github.com/armory3d/armory.git armory_ci/Libraries/armory + git clone https://github.com/kode/nodejs_bin.git armory_ci/nodejs_bin - name: Compile run: | - cd armory_ci/test1 + cd armory_ci nodejs_bin/node-linux64 Kha/make.js krom