Skip to content

Commit

Permalink
gem install nokogiri -v 1.15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
delannoy committed Dec 18, 2024
1 parent a7855c5 commit e713123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install GitHub Pages, Bundler, and kramdown gems
run: |
gem install bundler -v 2.4.22
gem install nokogiri -- --use-system-libraries # https://stackoverflow.com/a/79120576/13019084
gem install nokogiri -v 1.15.7
gem install github-pages kramdown kramdown-parser-gfm
- name: Install Python modules
Expand Down

0 comments on commit e713123

Please sign in to comment.