Skip to content

Commit c8465d8

Browse files
committed
Cirrus: Use sudo to install Ruby gems
See cirruslabs/macos-image-templates#19
1 parent 18018b5 commit c8465d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ mac_task:
152152
brew install [email protected]
153153
export PATH="/usr/local/opt/[email protected]/bin:/usr/local/lib/ruby/gems/2.6.0/bin:$PATH"
154154
- | # Install Ruby gems
155-
gem install ronn test-unit --user-install --no-document
155+
sudo gem install ronn test-unit --no-document
156156
157157
script:
158158
- > # Use latest version of LLVM to translate Elektra

0 commit comments

Comments
 (0)