We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7170ce9 commit e11c679Copy full SHA for e11c679
1 file changed
ci_scripts/ci_post_clone.sh
@@ -12,12 +12,12 @@ curl https://mise.jdx.dev/install.sh | sh
12
export PATH="$HOME/.local/bin:$PATH"
13
eval "$(mise activate bash --shims)"
14
15
-mise install tuist@3.40.0
+mise install tuist@4.31.0
16
17
tuist version
18
19
make clean
20
make cache_clean
21
22
-tuist fetch
+tuist install
23
TUIST_CI=1 tuist generate
0 commit comments