Skip to content

Commit

Permalink
chore: restore Ruby with version
Browse files Browse the repository at this point in the history
  • Loading branch information
algomaster99 committed Mar 5, 2024
1 parent 19d66f1 commit ef4d24f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
fetch-depth: 0
submodules: true

- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
bundler-cache: true

# Following the README
- name: Install python dependencies
run: pip install bibble
Expand Down

0 comments on commit ef4d24f

Please sign in to comment.