Skip to content

Commit

Permalink
Maybe this?
Browse files Browse the repository at this point in the history
  • Loading branch information
jamsea committed Sep 9, 2024
1 parent 850ccaf commit dbd1db0
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 @@ -37,4 +37,4 @@ jobs:
run: bundle exec rake install

- name: Test the gem
run: ruby -Ilib example.rb
run: bundle install -j $(nproc) && ruby -Ilib example.rb

0 comments on commit dbd1db0

Please sign in to comment.