Setup ruby for building vagrant-spec gem

This commit is contained in:
Brian Cain 2020-02-18 15:16:36 -08:00
parent dbec1a4182
commit 38cb738017
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0

View File

@ -18,6 +18,11 @@ jobs:
steps:
- name: Code Checkout
uses: actions/checkout@v1
- name: Setup Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: '2.6.x'
architecture: 'x64'
- name: vagrant-spec Code Checkout and Build
working-directory: ${{github.workspace}}
run: .ci/spec/build-vagrant-spec.sh