Skip to content

Commit e11c679

Browse files
committed
chore :: ci script 수정
1 parent 7170ce9 commit e11c679

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)