Skip to content

Commit

Permalink
I don't need these in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdana committed Dec 4, 2023
1 parent 0ff2a0d commit bad5622
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions scripts/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ fi
git_update_submodules
( cd github-cctray && git remote add upstream [email protected]:joejag/github-cctray.git )

ruby-install 3.0
ruby-install 3.1
ruby-install 3.2
ruby-install 3.3.0-preview3
if [[ -z "$CI" ]]; then
ruby-install 3.0
ruby-install 3.1
ruby-install 3.2
ruby-install 3.3.0-preview3
fi

install_launchagents.sh

0 comments on commit bad5622

Please sign in to comment.