mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/gdbm] Workaround for GitHub Actions
https://github.com/ruby/gdbm/commit/f42103fe93
This commit is contained in:
parent
b6bae0ec44
commit
63872c7e31
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ if defined? GDBM
|
|||
|
||||
def open_db_child(dbname, *opts)
|
||||
opts = [0644, *opts].map(&:inspect).join(', ')
|
||||
args = [EnvUtil.rubybin, "-rgdbm", "-e", <<-SRC, dbname]
|
||||
args = [EnvUtil.rubybin, "-Ilib", "-rgdbm", "-e", <<-SRC, dbname]
|
||||
STDOUT.sync = true
|
||||
gdbm = GDBM.open(ARGV.shift, #{opts})
|
||||
puts gdbm.class
|
||||
|
|
Loading…
Add table
Reference in a new issue