Skip to content

Commit

Permalink
is it a cache issue? (CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
boazsegev committed Sep 21, 2022
1 parent 7470f69 commit 95f9c01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
run: |
echo CFLAGS = $CFLAGS
echo cflags = $cflags
bundle exec --keep-file-descriptors rake install -v
ruby -e 'puts Gem.default_dir'
gem uninstall -aIx iodine
bundle exec rake install -v
# env VERBOSE=1 bundle exec rspec --format documentation
# - name: Run tests
# run: bundle exec rake

0 comments on commit 95f9c01

Please sign in to comment.