We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 792169a commit f475f7aCopy full SHA for f475f7a
.github/workflows/ruby.yml
@@ -25,7 +25,7 @@ jobs:
25
bundler-cache: true
26
- name: Install dependencies
27
run: |
28
- sudo apt-get install zlib1g-dev liblzma-dev patch
+ sudo apt-get install pkg-config libxml2-dev libxslt-dev
29
gem install bundler
30
bundle install --jobs 4 --retry 3
31
- name: Run tests
0 commit comments