mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +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
|
working-directory: apps/desktop/desktop_native
|
||||||
run: |
|
run: |
|
||||||
rustup target add aarch64-apple-darwin
|
rustup target add aarch64-apple-darwin
|
||||||
|
rustup target add x86_64-apple-darwin
|
||||||
node build.js cross-platform
|
node build.js cross-platform
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
@@ -1141,7 +1142,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Rust
|
- name: Rust
|
||||||
shell: pwsh
|
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
|
- name: Print environment
|
||||||
run: |
|
run: |
|
||||||
@@ -1298,6 +1301,7 @@ jobs:
|
|||||||
working-directory: apps/desktop/desktop_native
|
working-directory: apps/desktop/desktop_native
|
||||||
run: |
|
run: |
|
||||||
rustup target add aarch64-apple-darwin
|
rustup target add aarch64-apple-darwin
|
||||||
|
rustup target add x86_64-apple-darwin
|
||||||
node build.js cross-platform
|
node build.js cross-platform
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|||||||
Reference in New Issue
Block a user