mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 05:13:29 +00:00
try add rustup target add x86_64-apple-darwin
This commit is contained in:
6
.github/workflows/build-desktop.yml
vendored
6
.github/workflows/build-desktop.yml
vendored
@@ -1042,6 +1042,7 @@ jobs:
|
||||
working-directory: apps/desktop/desktop_native
|
||||
run: |
|
||||
rustup target add aarch64-apple-darwin
|
||||
rustup target add x86_64-apple-darwin
|
||||
node build.js cross-platform
|
||||
|
||||
- name: Build
|
||||
@@ -1141,7 +1142,9 @@ jobs:
|
||||
|
||||
- name: Rust
|
||||
shell: pwsh
|
||||
run: rustup target install aarch64-apple-darwin
|
||||
run: |
|
||||
rustup target add aarch64-apple-darwin
|
||||
rustup target add x86_64-apple-darwin
|
||||
|
||||
- name: Print environment
|
||||
run: |
|
||||
@@ -1298,6 +1301,7 @@ jobs:
|
||||
working-directory: apps/desktop/desktop_native
|
||||
run: |
|
||||
rustup target add aarch64-apple-darwin
|
||||
rustup target add x86_64-apple-darwin
|
||||
node build.js cross-platform
|
||||
|
||||
- name: Build
|
||||
|
||||
Reference in New Issue
Block a user