Skip to content

Commit

Permalink
ci: add ruby setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-hosseini-deriv committed Jan 8, 2024
1 parent f17586d commit 92beffc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- name: Bundle Install
uses: ./.github/actions/bundle_install
- name: Build Jekyll site
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- name: Bundle Install
uses: ./.github/actions/bundle_install
- name: Build Jekyll site
Expand Down

0 comments on commit 92beffc

Please sign in to comment.