We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 966c4f2 commit 878c434Copy full SHA for 878c434
.github/workflows/ci.yml
@@ -25,6 +25,8 @@ jobs:
25
ruby-deps-
26
- name: Ruby deps
27
run: gem install json kramdown jekyll bundler
28
+ - name: Nokogiri deps
29
+ run: sudo apt install -y pkg-config libxml2-dev libxslt-dev
30
- name: Nokogiri
31
run: gem install nokogiri -- --use-system-libraries
32
- name: Setup Python
0 commit comments