Skip to content

Commit ee63745

Browse files
committed
fix: ci 파일 수정
1 parent 5300a33 commit ee63745

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

.github/workflows/build_test.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,8 @@ jobs:
1616
- name: Set Xcode version
1717
run: sudo xcode-select -s /Applications/Xcode_16.4.app
1818

19-
- name: Install Mise and Tuist
20-
run: |
21-
curl -fsSL https://mise.jdx.dev/install.sh | sh
22-
export PATH="$HOME/.local/bin:$PATH"
23-
mise install tuist
24-
mise use -g tuist
19+
- name: Install Tuist
20+
run: brew install tuist
2521

2622
- name: Generate xcconfig
2723
run: |
@@ -32,9 +28,8 @@ jobs:
3228

3329
- name: Generate Xcode project with Tuist
3430
run: |
35-
export PATH="$HOME/.local/bin:$PATH"
36-
mise exec -- tuist install
37-
mise exec -- tuist generate --no-open
31+
tuist install
32+
tuist generate --no-open
3833
3934
- name: Build with xcodebuild
4035
run: |
@@ -43,6 +38,5 @@ jobs:
4338
-workspace Bitnagil.xcworkspace \
4439
-scheme App \
4540
-sdk iphonesimulator \
46-
-destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=18.4' \
41+
-destination 'platform=iOS Simulator,name=iPhone 16,OS=18.4' \
4742
clean build | xcpretty
48-

0 commit comments

Comments
 (0)