diff --git a/.github/workflows/krom.yml b/.github/workflows/krom.yml index b942110b..832c8877 100644 --- a/.github/workflows/krom.yml +++ b/.github/workflows/krom.yml @@ -12,10 +12,10 @@ jobs: - name: Get Submodules run: | git clone https://github.com/armory3d/armory_ci - git clone --recursive https://github.com/kode/Kha.git armory_ci/Kha + git clone --recursive https://github.com/armory3d/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 + git clone https://github.com/armory3d/nodejs_bin.git armory_ci/nodejs_bin - name: Compile run: | cd armory_ci