1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

add more rustup target add x86_64-apple-darwin

This commit is contained in:
Anders Åberg
2025-04-30 17:36:57 +02:00
parent 193f4f4801
commit c157698bc8

View File

@@ -683,7 +683,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: |
@@ -892,7 +894,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: |