mirror of
https://github.com/ivuorinen/homebrew-tap.git
synced 2026-03-11 20:00:19 +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
|
- name: Install project gems
|
||||||
run: |
|
run: |
|
||||||
gem install bundler
|
gem install bundler --user-install
|
||||||
bundle install
|
bundle install
|
||||||
|
|
||||||
- name: Run brew test-bot (cleanup)
|
- name: Run brew test-bot (cleanup)
|
||||||
|
|||||||
Reference in New Issue
Block a user