Skip to content

Commit ef4d24f

Browse files
committed
chore: restore Ruby with version
1 parent 19d66f1 commit ef4d24f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ jobs:
1717
fetch-depth: 0
1818
submodules: true
1919

20+
- name: Set up Ruby
21+
uses: ruby/setup-ruby@v1
22+
with:
23+
ruby-version: '3.3'
24+
bundler-cache: true
25+
2026
# Following the README
2127
- name: Install python dependencies
2228
run: pip install bibble

0 commit comments

Comments
 (0)