Debug OSX build failures

This commit is contained in:
Steven Fackler 2018-01-23 21:01:25 -08:00 committed by GitHub
parent 0d91e775ca
commit c3fb53b756
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ macos_job: &MACOS_JOB
- run: curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.20.0
- run: sudo ln -s $CARGO_HOME/bin/* /usr/local/bin
- *RESTORE_REGISTRY
- run: cargo generate-lockfile
- run: cargo generate-lockfile --verbose
- *SAVE_REGISTRY
- run: echo "homebrew-x86_64-apple-darwin" > ~/lib_key
- *RESTORE_DEPS