Skip to content

Commit a666be9

Browse files
authored
[Chore] #609 - github actions 작업 순서 변경
1 parent 4df8e05 commit a666be9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
name: Running CI/CD for WSS iOS Debug
1313
runs-on: macos-14
1414
steps:
15-
- name: Set Xcode version
16-
run: sudo xcode-select -s /Applications/Xcode_15.4.app
17-
1815
- name: Checkout Repository
1916
uses: actions/checkout@v4
2017

18+
- name: Set Xcode version
19+
run: sudo xcode-select -s /Applications/Xcode_15.4.app
20+
2121
# fastlane 을 위한 Ruby
2222
- name: Set up Ruby
2323
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)