Skip to content

Commit

Permalink
Update ci_post_clone.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Oct 14, 2024
1 parent da9688d commit 01d4455
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/box/ios/ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash

set -e

brew update
brew upgrade ruby
# Install and activate Ruby
RUBY_VERSION=3.3.5
brew install ruby@$RUBY_VERSION
Expand Down

0 comments on commit 01d4455

Please sign in to comment.