Skip to content

Commit

Permalink
ci: install just
Browse files Browse the repository at this point in the history
  • Loading branch information
tynes committed Aug 1, 2024
1 parent 586a4b3 commit 7d5e17a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1157,8 +1157,13 @@ jobs:
nvm install
nvm use && node --version && npm --version
- run:
name: Install just
command: apt install just
name: Install Rust
command: |
curl https://sh.rustup.rs -sSf | sh
- run:
name: Install Just
command: |
cargo install just
- run:
name: Install pnpm
command: |
Expand Down

0 comments on commit 7d5e17a

Please sign in to comment.