Skip to content

Commit 30cd88a

Browse files
committed
Use the newer builds from ruby-install-builder
* Which uses a newer OpenSSL for Ruby 2.3 on Ubuntu and macOS.
1 parent 7005fbe commit 30cd88a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const tc = require('@actions/tool-cache')
66
const axios = require('axios')
77
const windows = require('./windows')
88

9-
const builderReleaseTag = 'builds-bundler1'
9+
const builderReleaseTag = 'builds-newer-openssl'
1010
const releasesURL = 'https://github.com/eregon/ruby-install-builder/releases'
1111
const metadataURL = 'https://raw.githubusercontent.com/eregon/ruby-install-builder/metadata'
1212

0 commit comments

Comments
 (0)