Skip to content

Commit

Permalink
Install trunk 0.18.8
Browse files Browse the repository at this point in the history
  • Loading branch information
melody-rs committed Feb 13, 2024
1 parent 3011af5 commit f214e4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions build-luminol/clone_luminol.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f214e4e

Please sign in to comment.