mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-09-19 04:25:02 -04:00
fix some more network issues
This commit is contained in:
parent
79f3722c9c
commit
70a0346cc3
9 changed files with 68 additions and 21 deletions
|
@ -80,6 +80,10 @@ elif [ "$OS" == "macos" ]; then
|
|||
# sudo arch -x86_64 gem install ffi
|
||||
sudo arch -x86_64 gem install cocoapods
|
||||
|
||||
if [ "$(uname -p)" == "arm" ]; then
|
||||
sudo softwareupdate --install-rosetta --agree-to-license
|
||||
fi
|
||||
|
||||
# ensure platforms are enabled in flutter
|
||||
flutter config --enable-macos-desktop --enable-ios --enable-android
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue