Update macos-release-build.yml

Signed-off-by: omove <61330514+omove@users.noreply.github.com>
This commit is contained in:
omove
2024-11-23 22:44:16 -05:00
committed by GitHub
parent 0d582fde46
commit 9abae121fc

View File

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