We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a05c2 commit 12159bdCopy full SHA for 12159bd
1 file changed
.github/workflows/test.yml
@@ -38,7 +38,6 @@ jobs:
38
matrix:
39
os-version: [ 'ubuntu-20.04' ]
40
ruby-version:
41
- - '2.1'
42
- '2.2'
43
- '2.3'
44
- '2.4'
@@ -75,7 +74,7 @@ jobs:
75
74
DEBIAN_FRONTEND: noninteractive
76
run:
77
# we only need the library
78
- sudo apt-get install --fix-missing -qq -o Acquire::Retries=3
+ sudo apt-get install --no-install-recommends --fix-missing -qq -o Acquire::Retries=3
79
libvips
80
81
- name: Run Tests
0 commit comments