Debug OSX build failures
This commit is contained in:
parent
0d91e775ca
commit
c3fb53b756
|
|
@ -80,7 +80,7 @@ macos_job: &MACOS_JOB
|
||||||
- run: curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.20.0
|
- 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
|
- run: sudo ln -s $CARGO_HOME/bin/* /usr/local/bin
|
||||||
- *RESTORE_REGISTRY
|
- *RESTORE_REGISTRY
|
||||||
- run: cargo generate-lockfile
|
- run: cargo generate-lockfile --verbose
|
||||||
- *SAVE_REGISTRY
|
- *SAVE_REGISTRY
|
||||||
- run: echo "homebrew-x86_64-apple-darwin" > ~/lib_key
|
- run: echo "homebrew-x86_64-apple-darwin" > ~/lib_key
|
||||||
- *RESTORE_DEPS
|
- *RESTORE_DEPS
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue