Skip to content

Commit 9e7c259

Browse files
committed
Do we need to be admin to install gems?
1 parent ffb51ec commit 9e7c259

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
# Install Ruby Testing Tools
2020
- name: Setup Ruby Testing Tools
2121
run: |
22-
gem install rspec
23-
gem install rubocop -v 0.57.2
22+
sudo gem install rspec
23+
sudo gem install rubocop -v 0.57.2
2424
2525
# Run Tests
2626
- name: Run All Unit Tests

0 commit comments

Comments
 (0)