We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ee9f5 commit 792169aCopy full SHA for 792169a
.github/workflows/ruby.yml
@@ -19,11 +19,13 @@ jobs:
19
steps:
20
- uses: actions/checkout@v4
21
- name: Set up Ruby ${{ matrix.ruby-version }}
22
- uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
+ uses: ruby/setup-ruby@v1
23
with:
24
ruby-version: ${{ matrix.ruby-version }}
25
+ bundler-cache: true
26
- name: Install dependencies
27
run: |
28
+ sudo apt-get install zlib1g-dev liblzma-dev patch
29
gem install bundler
30
bundle install --jobs 4 --retry 3
31
- name: Run tests
0 commit comments