1
0
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:
Anders Åberg
2025-04-30 17:31:29 +02:00
parent 567b53b8ba
commit 193f4f4801

View File

@@ -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