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 7470f69 commit 95f9c01Copy full SHA for 95f9c01
.github/workflows/ruby.yml
@@ -34,7 +34,9 @@ jobs:
34
run: |
35
echo CFLAGS = $CFLAGS
36
echo cflags = $cflags
37
- bundle exec --keep-file-descriptors rake install -v
+ ruby -e 'puts Gem.default_dir'
38
+ gem uninstall -aIx iodine
39
+ bundle exec rake install -v
40
# env VERBOSE=1 bundle exec rspec --format documentation
41
# - name: Run tests
42
# run: bundle exec rake
0 commit comments