Skip to content

Commit fadf1a6

Browse files
committed
ci: replace cargo install just with extractions/setup-just@v3
Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent b152c2e commit fadf1a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
run: rustup set profile minimal
109109

110110
- name: Install just
111-
run: cargo install just
111+
uses: extractions/setup-just@v3
112112

113113
- name: Init
114114
run: sudo apt update && just init

0 commit comments

Comments
 (0)