diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 90b99c9..101b3e3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -20,5 +20,7 @@ jobs: with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true + - name: Install dependencies + run: sudo apt-get install -y liblzo2-dev - name: Run tests run: bundle exec rake test