Skip to content

Commit 878c434

Browse files
committed
Add deps for nokogiri
1 parent 966c4f2 commit 878c434

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
ruby-deps-
2626
- name: Ruby deps
2727
run: gem install json kramdown jekyll bundler
28+
- name: Nokogiri deps
29+
run: sudo apt install -y pkg-config libxml2-dev libxslt-dev
2830
- name: Nokogiri
2931
run: gem install nokogiri -- --use-system-libraries
3032
- name: Setup Python

0 commit comments

Comments
 (0)