fix(ci): user install gems

This commit is contained in:
2025-09-23 12:13:38 +03:00
parent 1551959957
commit c22aafdec6

View File

@@ -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)