Skip to content

Commit 4209cc0

Browse files
committed
ci: install using an action
1 parent 44d0227 commit 4209cc0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,11 @@ jobs:
3636

3737
- run: cd parser && cargo fmt -- --check
3838

39+
- uses: taiki-e/install-action@v2
40+
with:
41+
42+
3943
- run: |
40-
cargo install --version 0.6.4 cargo-about
4144
yarn generate:licenses:ci
4245
git diff --exit-code
4346

0 commit comments

Comments
 (0)