Skip to content

Commit 5990b52

Browse files
committed
💚 Install just
1 parent 2b1b37d commit 5990b52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- uses: actions/checkout@v4
49+
- uses: taiki-e/install-action@v2
50+
with:
51+
tool: just
4952
- run: rustup override set nightly
5053
- uses: dtolnay/install@cargo-docs-rs
5154
- name: Build Docs

0 commit comments

Comments
 (0)