Skip to content

Commit 0d6d0a0

Browse files
committed
fix CI
Signed-off-by: Ping Yu <[email protected]>
1 parent daee58d commit 0d6d0a0

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
@@ -20,13 +20,16 @@ jobs:
2020
profile: minimal
2121
toolchain: nightly
2222
override: true
23+
- run: rustup component add rustfmt clippy
2324
- name: Install Protoc
2425
uses: arduino/setup-protoc@v1
2526
with:
2627
version: '3.x'
2728
repo-token: ${{ secrets.GITHUB_TOKEN }}
2829
- name: Rust Cache
2930
uses: Swatinem/[email protected]
31+
with:
32+
key: ${{ matrix.env }}
3033
- name: make check
3134
run: ${{ matrix.env }} make check
3235

0 commit comments

Comments
 (0)