We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d87f5c commit 5c01af1Copy full SHA for 5c01af1
.github/workflows/test.yml
@@ -55,19 +55,13 @@ jobs:
55
ruby-version: ${{ matrix.ruby-version }}
56
bundler-cache: true
57
58
- - name: Update apt
59
- env:
60
- DEBIAN_FRONTEND: noninteractive
61
- run:
62
- sudo apt-get update -qq -o Acquire::Retries=3
63
-
64
- name: Install libvips
65
env:
66
DEBIAN_FRONTEND: noninteractive
67
+ run: |
+ sudo apt-get update
68
# we only need the library
69
- sudo apt-get install --no-install-recommends --fix-missing -qq -o Acquire::Retries=3
70
- libvips
+ sudo apt-get install --no-install-recommends libvips
71
72
- name: Run Tests
73
run: bundle exec rake spec
0 commit comments