From 38cb7380177dc6e1891e06bacd4ccbedd1997f21 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Tue, 18 Feb 2020 15:16:36 -0800 Subject: [PATCH] Setup ruby for building vagrant-spec gem --- .github/workflows/spectesting.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/spectesting.yml b/.github/workflows/spectesting.yml index aa31c8b47..233a6fa24 100644 --- a/.github/workflows/spectesting.yml +++ b/.github/workflows/spectesting.yml @@ -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