Skip to content

Commit

Permalink
gem install nokogiri -- --use-system-libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
delannoy committed Dec 18, 2024
1 parent 00c9d88 commit a7855c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:

- name: Install GitHub Pages, Bundler, and kramdown gems
run: |
gem install github-pages kramdown kramdown-parser-gfm
gem install bundler -v 2.4.22
gem install nokogiri -- --use-system-libraries # https://stackoverflow.com/a/79120576/13019084
gem install github-pages kramdown kramdown-parser-gfm
- name: Install Python modules
run: |
Expand Down

0 comments on commit a7855c5

Please sign in to comment.