Fix build
This commit is contained in:
parent
82b1a12f35
commit
16b2870d14
|
|
@ -4,7 +4,7 @@ job: &JOB
|
||||||
- image: jimmycuadra/rust:1.19.0
|
- image: jimmycuadra/rust:1.19.0
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- apt-get update
|
- run: apt-get update
|
||||||
- run: ./test/add_target.sh
|
- run: ./test/add_target.sh
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: registry
|
key: registry
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue