Use the newer builds from ruby-install-builder

* Which uses a newer OpenSSL for Ruby 2.3 on Ubuntu and macOS.
This commit is contained in:
Benoit Daloze
2020-01-18 16:36:23 +01:00
parent 7005fbe92a
commit 30cd88adf9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ const tc = require('@actions/tool-cache')
const axios = require('axios')
const windows = require('./windows')
const builderReleaseTag = 'builds-bundler1'
const builderReleaseTag = 'builds-newer-openssl'
const releasesURL = 'https://github.com/eregon/ruby-install-builder/releases'
const metadataURL = 'https://raw.githubusercontent.com/eregon/ruby-install-builder/metadata'