Skip to content

Commit cbaa0d5

Browse files
committed
Fix reusable tests misusing apt
1 parent cf00121 commit cbaa0d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reusable-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
CI: 'true'
4040
PGDATESTYLE: German
4141
run: |
42+
sudo apt-get -yqq update
4243
sudo apt-get -yqq install libpq-dev libvips-dev
4344
gem install bundler --version '~> 2'
4445
bundle install --jobs 4 --retry 3

0 commit comments

Comments
 (0)