(cherry picked from commit 41c563bf68)
Co-authored-by: Antonis Stamatiou <stamatiou.antonis@gmail.com>
This commit is contained in:
parent
8a2fd0d1e0
commit
a6c9b0d90b
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