diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44b38b2..4a81dd9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: # Cargo will error if we try to install the same binary multiple times, so we bypass cargo # (No idea why, it doesn't happen in my testing) - name: Download and install Trunk binary - run: wget -qO- https://github.com/trunk-rs/trunk/releases/download/v0.18.7/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf- -C ~/.cargo/bin + run: wget -qO- https://github.com/trunk-rs/trunk/releases/download/v0.18.8/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf- -C ~/.cargo/bin - name: Build luminol (Release) run: cd build-luminol && ./build_luminol.sh diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2800f6c..9260102 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -42,7 +42,7 @@ jobs: # Cargo will error if we try to install the same binary multiple times, so we bypass cargo # (No idea why, it doesn't happen in my testing) - name: Download and install Trunk binary - run: wget -qO- https://github.com/trunk-rs/trunk/releases/download/v0.18.7/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf- -C ~/.cargo/bin + run: wget -qO- https://github.com/trunk-rs/trunk/releases/download/v0.18.8/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf- -C ~/.cargo/bin - name: Build luminol (Release) run: cd build-luminol && ./build_luminol.sh diff --git a/build-luminol/clone_luminol.sh b/build-luminol/clone_luminol.sh index 9793150..c61341d 100755 --- a/build-luminol/clone_luminol.sh +++ b/build-luminol/clone_luminol.sh @@ -5,7 +5,6 @@ # This software is released under the MIT License. # https://opensource.org/licenses/MIT -git init luminol +git clone --depth=1 https://github.com/Astrabit-ST/Luminol luminol cd luminol -git remote add origin https://github.com/Astrabit-ST/Luminol git pull --depth=1 origin dev \ No newline at end of file