Skip to content

Commit 1ffad22

Browse files
authored
Merge pull request #30 from ruby-go-gem/fix_github_actions
Fix build error with Ruby 3.4 + GitHub Actions (Ubuntu 22.04)
2 parents 7a0eedb + b7254b4 commit 1ffad22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/default.yml.erb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ function:
7575
- rb_newobj_of
7676
- rb_st_init_existing_table_with_size
7777
- rb_st_replace
78+
79+
# FIXME: Workaround for "undefined reference to `rb_undefine_finalizer'" on GitHub Actions (Ubuntu 22.04)
80+
- rb_undefine_finalizer
7881
<% end %>
7982

8083
pointer_hint:

0 commit comments

Comments
 (0)