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 a28736c commit 69319c8Copy full SHA for 69319c8
.github/workflows/unittest.yml
@@ -55,7 +55,7 @@ jobs:
55
run: |
56
gem install ffi
57
bundle install
58
- gem uninstall --force eventmachine && gem install eventmachine --platform ruby
+ gem uninstall --force eventmachine && gem install eventmachine --platform ruby -- --with-ldflags="-Wl,-undefined,dynamic_lookup"
59
- name: Run tests
60
61
bundle exec rake test:unit
0 commit comments