mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'xMAC94x/install_macos_rustup' into 'master'
install missing toolchain on pipelien on macos runners See merge request veloren/veloren!4312
This commit is contained in:
commit
372c43e538
@ -129,6 +129,7 @@ coverage:
|
||||
.tmacos-before-script: &tmacos-before-script
|
||||
- source $HOME/.cargo/env
|
||||
- cargo --version
|
||||
- rustup toolchain list
|
||||
- export DISABLE_GIT_LFS_CHECK=true
|
||||
- export VELOREN_ASSETS="$(pwd)/assets"
|
||||
- echo "VELOREN_ASSETS=$VELOREN_ASSETS"
|
||||
@ -165,6 +166,7 @@ coverage:
|
||||
- .tmacos
|
||||
before_script:
|
||||
- *tmacos-before-script
|
||||
- rustup target add aarch64-apple-darwin
|
||||
- export RUST_TARGET="aarch64-apple-darwin"
|
||||
|
||||
# build on release or master
|
||||
|
Loading…
Reference in New Issue
Block a user