mirror of
https://github.com/bitwarden/browser
synced 2026-02-04 18:53:20 +00:00
Add rustup for cicd to work (#15055)
This commit is contained in:
@@ -8,6 +8,9 @@ rm -r tmp
|
||||
mkdir -p ./tmp/target/universal-darwin/release/
|
||||
|
||||
|
||||
rustup target add aarch64-apple-darwin
|
||||
rustup target add x86_64-apple-darwin
|
||||
|
||||
cargo build --package macos_provider --target aarch64-apple-darwin --release
|
||||
cargo build --package macos_provider --target x86_64-apple-darwin --release
|
||||
|
||||
|
||||
Reference in New Issue
Block a user