Skip to content

Commit 1c41ac4

Browse files
committed
Cirrus: Use sudo to install Ruby gems
This commit fixes ElektraInitiative#3193. See also: cirruslabs/macos-image-templates#19
1 parent 51afd51 commit 1c41ac4

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)