Skip to content

Commit 69319c8

Browse files
authored
ci: turn for win (#612)
1 parent a28736c commit 69319c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: |
5656
gem install ffi
5757
bundle install
58-
gem uninstall --force eventmachine && gem install eventmachine --platform ruby
58+
gem uninstall --force eventmachine && gem install eventmachine --platform ruby -- --with-ldflags="-Wl,-undefined,dynamic_lookup"
5959
- name: Run tests
6060
run: |
6161
bundle exec rake test:unit

0 commit comments

Comments
 (0)