From 50c75667a52c25ded32df7c70cb9deb2a9e8fff7 Mon Sep 17 00:00:00 2001 From: Francisco Diaz Date: Fri, 27 May 2022 11:00:08 +0200 Subject: [PATCH] Add command to install bundler (#2729) Co-authored-by: Imran Malic Settuba <46971368+i-walker@users.noreply.github.com> --- .github/workflows/publish-landing-page.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-landing-page.yaml b/.github/workflows/publish-landing-page.yaml index a4cbb0cfaa0..9e36d15b4f7 100644 --- a/.github/workflows/publish-landing-page.yaml +++ b/.github/workflows/publish-landing-page.yaml @@ -30,6 +30,7 @@ jobs: run: | mkdir logs brew install tree + gem install bundler bundle config set --local path 'vendor/bundle' bundle install --gemfile Gemfile