File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,12 +16,10 @@ jobs:
1616 - name : Set Xcode version
1717 run : sudo xcode-select -s /Applications/Xcode_16.4.app
1818
19- - name : Install Mise and Tuist
19+ - name : Install Tuist
2020 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
21+ curl -Ls https://install.tuist.io | bash
22+ echo "$HOME/.tuist/bin" >> $GITHUB_PATH
2523
2624 - name : Generate xcconfig
2725 run : |
3230
3331 - name : Generate Xcode project with Tuist
3432 run : |
35- export PATH="$HOME/.local/bin:$PATH"
36- mise exec -- tuist install
37- mise exec -- tuist generate --no-open
33+ tuist install
34+ tuist generate --no-open
3835
3936 - name : Build with xcodebuild
4037 run : |
4542 -sdk iphonesimulator \
4643 -destination 'platform=iOS Simulator,name=iPhone 16,OS=18.4' \
4744 clean build | xcpretty
48-
You can’t perform that action at this time.
0 commit comments