Add setup-xcode action to prepare-ios-build workflow (#8742)
This commit is contained in:
parent
af22bc8d79
commit
41c563bf68
1 changed files with 5 additions and 0 deletions
|
|
@ -4,6 +4,11 @@ description: Action to prepare environment for ios build
|
|||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- name: ci/setup-xcode
|
||||
uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
|
||||
with:
|
||||
xcode-version: latest-stable
|
||||
|
||||
- name: ci/prepare-mobile-build
|
||||
uses: ./.github/actions/prepare-mobile-build
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue