Skip to content

Commit

Permalink
Update RBS install command
Browse files Browse the repository at this point in the history
  • Loading branch information
elct9620 committed Jan 12, 2024
1 parent 096871e commit 76f5912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Bootstrap RBS
run: rbs collection install
run: bundle exec rbs collection install
- name: Run all tests
run: bundle exec rake

0 comments on commit 76f5912

Please sign in to comment.