Skip to content

Commit 78b40f0

Browse files
committed
Merge branch 'feature/ci-script' into develop
2 parents 7170ce9 + e11c679 commit 78b40f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ci_scripts/ci_post_clone.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ curl https://mise.jdx.dev/install.sh | sh
1212
export PATH="$HOME/.local/bin:$PATH"
1313
eval "$(mise activate bash --shims)"
1414

15-
mise install tuist@3.40.0
15+
mise install tuist@4.31.0
1616

1717
tuist version
1818

1919
make clean
2020
make cache_clean
2121

22-
tuist fetch
22+
tuist install
2323
TUIST_CI=1 tuist generate

0 commit comments

Comments
 (0)