-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,21 +17,21 @@ jobs: | |
with: | ||
xcode-version: 16.0-beta | ||
|
||
# Install Mise tool (ensure it's properly set up) | ||
- name: Install Mise | ||
run: curl https://mise.run | sh | ||
# # Install Mise tool (ensure it's properly set up) | ||
# - name: Install Mise | ||
# run: curl https://mise.run | sh | ||
|
||
# # Install Tuist using the new installation method | ||
# - name: Install Tuist | ||
# run: curl -Ls https://install.tuist.io | bash | ||
- name: Install Tuist | ||
run: curl -Ls https://install.tuist.io | bash | ||
|
||
# Use Mise to install a specific version of Tuist | ||
- name: Install Specific Tuist Version | ||
run: mise install [email protected] | ||
# - name: Install Specific Tuist Version | ||
# run: mise install [email protected] | ||
|
||
# Use the installed Tuist version globally | ||
- name: Use Specific Tuist Version Globally | ||
run: mise use -g [email protected] | ||
# # Use the installed Tuist version globally | ||
# - name: Use Specific Tuist Version Globally | ||
# run: mise use -g [email protected] | ||
|
||
# Install Fastlane using Homebrew | ||
- name: Install Fastlane | ||
|
@@ -49,8 +49,6 @@ jobs: | |
|
||
- name: Execute Tuist tasks | ||
run: | | ||
curl -Ls https://install.tuist.io | bash | ||
curl -Ls https://uninstall.tuist.io | bash | ||
tuist clean | ||
tuist install | ||
tuist generate | ||
|