Skip to content

Commit a1c5b2a

Browse files
committed
Switch to builds with --enable-shared and without Bundler pre-installed
1 parent e648fd8 commit a1c5b2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ruby-builder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const io = require('@actions/io')
55
const tc = require('@actions/tool-cache')
66
const rubyBuilderVersions = require('./ruby-builder-versions')
77

8-
const builderReleaseTag = 'builds-no-warn'
8+
const builderReleaseTag = 'enable-shared'
99
const releasesURL = 'https://github.com/ruby/ruby-builder/releases'
1010

1111
export function getAvailableVersions(platform, engine) {

0 commit comments

Comments
 (0)