diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index 9c9ae11..0e615c5 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -23,7 +23,7 @@ jobs: - name: Get Submodules run: git submodule update --init --recursive - name: Get KincTools_freebsd_x64 - run: git clone https://github.com/Kode/KincTools_freebsd_x64.git + run: git clone https://github.com/Kode/KincTools_freebsd_x64.git --depth 1 - name: Compile in FreeBSD VM env: ROBBOT_PASS: ${{ secrets.ROBBOT_PASS }} diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 00752a8..3a59ddf 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -99,7 +99,7 @@ jobs: shell: alpine.sh --root {0} - name: Get KincTools_linux_arm64 - run: git clone https://github.com/Kode/KincTools_linux_arm64.git + run: git clone https://github.com/Kode/KincTools_linux_arm64.git --depth 1 - name: Copy binary run: cp /home/runner/work/Kongruent/Kongruent/build/Release/kongruent KincTools_linux_arm64/kongruent - name: Set name @@ -162,7 +162,7 @@ jobs: shell: alpine.sh --root {0} - name: Get KincTools_linux_arm - run: git clone https://github.com/Kode/KincTools_linux_arm.git + run: git clone https://github.com/Kode/KincTools_linux_arm.git --depth 1 - name: Copy binary run: cp /home/runner/work/Kongruent/Kongruent/build/Release/kongruent KincTools_linux_arm/kongruent - name: Set name diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index afc05b8..71c00b1 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -22,7 +22,7 @@ jobs: - name: Get Submodules run: git submodule update --init --recursive - name: Get KincTools_macos - run: git clone https://github.com/Kode/KincTools_macos.git + run: git clone https://github.com/Kode/KincTools_macos.git --depth 1 - name: Compile run: ./KincTools_macos/kmake --compile - name: Copy binary diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 9a0ba2e..b2feb7a 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -22,7 +22,7 @@ jobs: - name: Get Submodules run: git submodule update --init --recursive - name: Get KincTools_windows_x64 - run: git clone https://github.com/Kode/KincTools_windows_x64.git + run: git clone https://github.com/Kode/KincTools_windows_x64.git --depth 1 - name: Compile run: KincTools_windows_x64\kmake --compile - name: Copy binary