File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -101,14 +101,13 @@ jobs:
101101 # xcode: 15.0
102102 # install: true
103103 steps :
104- - name : Git Checkout
105- uses : actions/checkout@v3
106-
107- - name : Setup tea environment
108- uses : teaxyz/setup@v0
104+ - name : Set up tea environment
105+ uses : teaxyz/setup@v1
109106 with :
110- + : |
111- github.com/XcodesOrg/xcodes
107+ + : xcodes
108+
109+ - name : Set environment variables
110+ run : echo "SKIP_SLOW_FASTLANE_WARNING=1" >> $GITHUB_ENV
112111
113112 - name : Select Xcode version
114113 run : sudo xcodes select ${{ matrix.xcode }}
@@ -127,6 +126,9 @@ jobs:
127126 xcrun simctl list
128127 xcodebuild -scheme "Showcase" -showdestinations
129128
129+ - name : Git Checkout
130+ uses : actions/checkout@v3
131+
130132 - name : Build Showcase
131133 run : fastlane build platform:${{ matrix.platform[0] }} version:${{ matrix.platform[1] }} scheme:Showcase
132134
You can’t perform that action at this time.
0 commit comments