Skip to content

Commit

Permalink
ci: install Just
Browse files Browse the repository at this point in the history
  • Loading branch information
loichyan committed Nov 18, 2023
1 parent 71abd98 commit 0c47a23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
echo "$HOME/.cargo/bin" >>$GITHUB_PATH
echo "cargo-dependencies=$(shasum -a 256 Cargo.lock | cut -d " " -f 1)" >>$GITHUB_OUTPUT
- name: Install tools
run: |
curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin
- name: Cache Rust toolchain
id: cache-rust-toolchain
uses: actions/cache@v3
Expand Down

0 comments on commit 0c47a23

Please sign in to comment.