Skip to content

Commit

Permalink
Fix ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
energee committed Dec 15, 2023
1 parent 48a3797 commit 29947f9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:

- name: Checkout
uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0.0' # or the version you need

# Use GitHub Actions' cache to cache dependencies on servers
- uses: actions/cache@v2
Expand Down

0 comments on commit 29947f9

Please sign in to comment.