From 8c197be9797538f78033bc7db99251b80b902c79 Mon Sep 17 00:00:00 2001 From: Bo Date: Wed, 21 Sep 2022 22:05:49 +0300 Subject: [PATCH] small stuff... --- .github/workflows/ruby.yml | 2 +- ext/iodine/extconf.rb | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index b8be57b..4325a71 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -34,7 +34,7 @@ jobs: run: | echo CFLAGS = $CFLAGS echo cflags = $cflags - bundle exec rake install + bundle exec rake install -v -- -v # env VERBOSE=1 bundle exec rspec --format documentation # - name: Run tests # run: bundle exec rake diff --git a/ext/iodine/extconf.rb b/ext/iodine/extconf.rb index 7ab237e..d0e2163 100644 --- a/ext/iodine/extconf.rb +++ b/ext/iodine/extconf.rb @@ -1,4 +1,5 @@ require 'mkmf' +require 'fileutils' # Test polling def iodine_test_polling_support