Skip to content

Commit 95f9c01

Browse files
committed
is it a cache issue? (CI)
1 parent 7470f69 commit 95f9c01

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ jobs:
3434
run: |
3535
echo CFLAGS = $CFLAGS
3636
echo cflags = $cflags
37-
bundle exec --keep-file-descriptors rake install -v
37+
ruby -e 'puts Gem.default_dir'
38+
gem uninstall -aIx iodine
39+
bundle exec rake install -v
3840
# env VERBOSE=1 bundle exec rspec --format documentation
3941
# - name: Run tests
4042
# run: bundle exec rake

0 commit comments

Comments
 (0)