mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
fix(ci): download iOS SDK explicitly (#9572)
The runners don't seem to have this installed any longer by default. Related: https://github.com/actions/runner-images/issues/12355#issuecomment-2977352487
This commit is contained in:
@@ -12,6 +12,9 @@ function setup_runner() {
|
||||
# Use the latest version of Xcode - matches what we typically use for development
|
||||
sudo xcode-select --switch "$(ls -d /Applications/Xcode*.app | sort -V | tail -n 1)"
|
||||
|
||||
# The GitHub runners stopped including the iOS SDK
|
||||
xcodebuild -downloadPlatform iOS
|
||||
|
||||
profiles_path="$HOME/Library/Developer/Xcode/UserData/Provisioning Profiles"
|
||||
keychain_pass=$(openssl rand -base64 32)
|
||||
keychain_path="$(mktemp -d)/app-signing.keychain-db"
|
||||
|
||||
Reference in New Issue
Block a user