Skip to content

Commit 930012a

Browse files
committed
Fix: build_test.yml 파일 mise 삭제 버전으로 수정
1 parent c44c025 commit 930012a

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/build_test.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ jobs:
1717
run: sudo xcode-select -s /Applications/Xcode_16.4.app
1818

1919
- name: Install Tuist
20-
run: |
21-
curl -Ls https://install.tuist.io | bash
22-
echo "$HOME/.tuist/bin" >> $GITHUB_PATH
20+
run: brew install tuist
2321

2422
- name: Generate xcconfig
2523
run: |
@@ -40,5 +38,5 @@ jobs:
4038
-workspace Bitnagil.xcworkspace \
4139
-scheme App \
4240
-sdk iphonesimulator \
43-
-destination 'platform=iOS Simulator,name=iPhone 16,OS=18.4' \
44-
clean build | xcpretty
41+
-destination 'generic/platform=iOS Simulator' \
42+
clean build

0 commit comments

Comments
 (0)