fix: run ci with docker
parent
c1b2b468b8
commit
fd69ac621c
|
@ -1,5 +1,8 @@
|
||||||
image: "rust:latest"
|
image: "rust:latest"
|
||||||
|
|
||||||
|
default:
|
||||||
|
tags: [docker]
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
- target
|
- target
|
||||||
|
|
Loading…
Reference in New Issue