Skip to content

Commit

Permalink
Install ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Oct 18, 2024
1 parent 97d5e10 commit 565db6c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:

- name: "Install ruby"
uses: actions/setup-ruby@v1
with:
ruby-version: '3.1'

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 565db6c

Please sign in to comment.