We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4132a8 commit 545b2fbCopy full SHA for 545b2fb
.github/workflows/ruby.yml
@@ -19,6 +19,8 @@ jobs:
19
bundler-cache: true
20
- name: Build and test with Rake
21
run: |
22
+ sudo apt-get update -qq
23
+ sudo apt-get install -yqq python3-sphinx
24
gem install bundler
25
bundle install --jobs 4 --retry 3
26
bundle exec rake
0 commit comments