.github/workflows/macos.yml in reverse_adoc-0.2.9 vs .github/workflows/macos.yml in reverse_adoc-0.2.10
- old
+ new
@@ -31,8 +31,11 @@
ruby-version: ${{ matrix.ruby }}
- name: Update gems
run: |
sudo gem install bundler --force
bundle install --jobs 4 --retry 3
+ - name: Install LibreOffice
+ run: |
+ brew cask install libreoffice
- name: Run specs
run: |
bundle exec rake