mirror of
https://github.com/ivuorinen/homebrew-tap.git
synced 2026-01-26 11:24:02 +00:00
fix(ci): user install gems
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -42,7 +42,7 @@ jobs:
|
||||
|
||||
- name: Install project gems
|
||||
run: |
|
||||
gem install bundler
|
||||
gem install bundler --user-install
|
||||
bundle install
|
||||
|
||||
- name: Run brew test-bot (cleanup)
|
||||
|
||||
Reference in New Issue
Block a user