Skip to content

Commit

Permalink
Install gems
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondrej Janus committed Oct 3, 2023
1 parent bc9287a commit 2211cc1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr_verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
bundler-cache: true
cache-version: 0

- name: Install gems
run: |
gem install bundler
bundle install --jobs 4 --retry 3
# - name: Setup Pages
# id: pages
# uses: actions/configure-pages@v3
Expand Down

0 comments on commit 2211cc1

Please sign in to comment.