Remove unused environment variable
This commit is contained in:
parent
321fa4c29f
commit
58719820c0
|
|
@ -6,7 +6,7 @@ job: &JOB
|
|||
- checkout
|
||||
- run: apt-get update
|
||||
- run: apt-get install -y curl
|
||||
- run: RUST_VERSION=1.19.0 ./test/add_target.sh
|
||||
- run: ./test/add_target.sh
|
||||
- restore_cache:
|
||||
key: registry
|
||||
- run: cargo generate-lockfile
|
||||
|
|
|
|||
Loading…
Reference in New Issue