Skip to content

Commit 05dc7aa

Browse files
committed
Prepare Ruby for cpflow action bootstrap
1 parent 2fcb21d commit 05dc7aa

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/cpflow-deploy-review-app.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ jobs:
6161
ref: ${{ github.event.repository.default_branch }}
6262
persist-credentials: false
6363

64+
- name: Set up Ruby for cpflow bootstrap
65+
if: ${{ hashFiles('.github/actions/cpflow-validate-config/action.yml') == '' }}
66+
uses: ruby/setup-ruby@v1
67+
with:
68+
ruby-version: "3.4"
69+
6470
- name: Bootstrap generated cpflow actions
6571
if: ${{ hashFiles('.github/actions/cpflow-validate-config/action.yml') == '' }}
6672
shell: bash

0 commit comments

Comments
 (0)