Skip to content

Commit 632d1a0

Browse files
Its-Just-Nansgabhijit
authored andcommitted
improve perf of CI
Signed-off-by: n4n5 <[email protected]>
1 parent dfc57b8 commit 632d1a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
sh rustup-init.sh -y --default-toolchain none
5050
rustup target add ${{ matrix.target }}
5151
rustup default ${{ matrix.cfg_release_channel }}
52+
- name: Set up cargo cache
53+
uses: Swatinem/rust-cache@v2
5254
- name: Build
5355
run: |
5456
rustc -Vv

0 commit comments

Comments
 (0)