Fix minimal version build

This commit is contained in:
Steven Fackler 2019-08-06 19:12:17 -07:00
parent 8d521bacbb
commit 749f837d36
1 changed files with 4 additions and 0 deletions

View File

@ -115,6 +115,10 @@ jobs:
- restore_cache: - restore_cache:
key: registry key: registry
- run: cargo generate-lockfile - run: cargo generate-lockfile
- when:
condition: << parameters.minimal_build >>
steps:
- run: cargo update -p pkg-config --precise 0.3.14
- save_cache: - save_cache:
key: registry-{{ .BuildNum }} key: registry-{{ .BuildNum }}
paths: paths: