add cache
This commit is contained in:
parent
f38f5786e9
commit
19266e9534
|
@ -5,6 +5,8 @@ jobs:
|
||||||
unit-test:
|
unit-test:
|
||||||
container:
|
container:
|
||||||
image: rust
|
image: rust
|
||||||
|
volumes:
|
||||||
|
- /usr/local/cargo:/usr/local/cargo:ro
|
||||||
steps:
|
steps:
|
||||||
- name: Installing necessary packages
|
- name: Installing necessary packages
|
||||||
run: apt update && apt install nodejs git -y
|
run: apt update && apt install nodejs git -y
|
||||||
|
|
Loading…
Reference in New Issue