Skip to content

Commit b18bac0

Browse files
committed
Remove packages not needed
Many of the packages here are installed by the default image https://redirect.github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md
1 parent 1817632 commit b18bac0

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626

27-
- name: Install lint dependencies
28-
run: sudo apt-get update && sudo apt-get install --yes --no-install-recommends build-essential git libpq-dev pkg-config
2927

3028
- name: Set up Ruby and bundle cache
3129
uses: ruby/setup-ruby@v1
@@ -103,7 +101,7 @@ jobs:
103101
- name: Install test dependencies
104102
run: >
105103
sudo apt-get update && sudo apt-get install --yes --no-install-recommends
106-
build-essential git libpq-dev pkg-config postgresql-client jq curl imagemagick libvips
104+
libvips
107105
108106
- name: Set up Firefox
109107
uses: browser-actions/setup-firefox@v1

0 commit comments

Comments
 (0)