mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Update macos-release-build.yml
Signed-off-by: omove <61330514+omove@users.noreply.github.com>
This commit is contained in:
6
.github/workflows/macos-release-build.yml
vendored
6
.github/workflows/macos-release-build.yml
vendored
@@ -73,6 +73,12 @@ jobs:
|
||||
brew install watchman
|
||||
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.79
|
||||
source $HOME/.cargo/env
|
||||
if test "${{ matrix.arch }}" = "aarch64"; then
|
||||
rustup target add aarch64-apple-darwin
|
||||
else
|
||||
rustup target add x86_64-apple-darwin
|
||||
fi
|
||||
|
||||
- name: Force usage fo gnu-tar
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user