Skip to content

Commit 41523ba

Browse files
committed
CI: Update bundle command with sudo.
1 parent 2639bae commit 41523ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
sudo apt-get update
9898
sudo apt-get install ruby-full bundler libffi-dev
9999
100-
- run: bundle install
100+
- run: sudo bundle install --jobs 2
101101

102102
- run: rake compile
103103

0 commit comments

Comments
 (0)