Skip to content

Commit 966c4f2

Browse files
committed
Install nokokgiri with system libs
1 parent b172b20 commit 966c4f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Ruby
1313
uses: ruby/[email protected]
1414
with:
15-
ruby-version: 2.6
15+
ruby-version: 2.7
1616
- name: Bundle path
1717
run: |
1818
bundle config path .vendor/bundle
@@ -25,6 +25,8 @@ jobs:
2525
ruby-deps-
2626
- name: Ruby deps
2727
run: gem install json kramdown jekyll bundler
28+
- name: Nokogiri
29+
run: gem install nokogiri -- --use-system-libraries
2830
- name: Setup Python
2931
uses: actions/setup-python@v2
3032
with:

0 commit comments

Comments
 (0)