Skip to content

Commit bd27996

Browse files
authored
Setup Ruby for deployment (#38)
1 parent cd9326a commit bd27996

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v2
1616

17+
- name: Setup Ruby
18+
uses: ruby/setup-ruby@v1
19+
with:
20+
ruby-version: '3.0'
21+
1722
- name: Install Packages
1823
run: bundle install
1924

0 commit comments

Comments
 (0)