We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 949155d commit 8046990Copy full SHA for 8046990
.github/workflows/ruby.yml
@@ -24,6 +24,7 @@ jobs:
24
ruby-version: ${{ matrix.ruby }}
25
- name: Build and test with rake
26
run: |
27
+ ruby -v
28
ruby extconf.rb
29
make
30
gem install rspec
0 commit comments