Skip to content

Commit

Permalink
Fix github workflow by adding gem dependancies
Browse files Browse the repository at this point in the history
Signed-off-by: Atish Patra <atishp@rivosinc.com>
  • Loading branch information
atishp04 committed Jul 17, 2024
1 parent e29131f commit 2fa58ca
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ jobs:
sudo apt-get update
sudo apt-get install -y pandoc asciidoctor ditaa ruby-asciidoctor-pdf
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0.6' # specify the Ruby version you need

- name: Install asciidoctor-bibtex gem
run: gem install asciidoctor-bibtex

# Step 3: Build Files
- name: Build Files
run: make
Expand Down

0 comments on commit 2fa58ca

Please sign in to comment.