diff --git a/.github/workflows/uploadTestflight.yml b/.github/workflows/uploadTestflight.yml index 9be86d0..57123d3 100644 --- a/.github/workflows/uploadTestflight.yml +++ b/.github/workflows/uploadTestflight.yml @@ -21,9 +21,6 @@ jobs: - name: Install Mise run: curl https://mise.run | sh - # - name: Uninstall Deprecated Tuist - # run: curl -Ls https://uninstall.tuist.io | bash - # # Install Tuist using the new installation method # - name: Install Tuist # run: curl -Ls https://install.tuist.io | bash @@ -47,9 +44,12 @@ jobs: bundler-cache: true # Verify available schemes in the workspace + # - name: Uninstall Deprecated Tuist + # run: curl -Ls https://uninstall.tuist.io | bash - name: Execute Tuist tasks run: | + curl -Ls https://install.tuist.io | bash tuist clean tuist install tuist generate