Skip to content

Commit d8edc29

Browse files
Update github-deploy.yml
1 parent 35478d4 commit d8edc29

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/github-deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
with:
1313
persist-credentials: false
1414

15+
- name: Set up Ruby 2.7.8 💎
16+
uses: ruby/setup-ruby@v1
17+
with:
18+
ruby-version: 2.7.8
19+
1520
- name: Install and Build 🔧
1621
run: |
1722
make install-deb

0 commit comments

Comments
 (0)