Skip to content

Commit bc33ae6

Browse files
authored
Merge pull request #1165 from unasuke/ci-drop-chrome-apt-install
Stop installing google-chrome-stable in CI for silence noisy warnings
2 parents bb3adb0 + ec5746f commit bc33ae6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
options: --health-cmd="pg_isready" --health-interval=10s --health-timeout=5s --health-retries=3
1919

2020
steps:
21-
- run: sudo apt-get update && sudo apt-get install --no-install-recommends -y google-chrome-stable curl libvips postgresql-client libpq-dev imagemagick
21+
- run: sudo apt-get update && sudo apt-get install --no-install-recommends -y curl libvips postgresql-client libpq-dev imagemagick
2222

2323
- uses: actions/checkout@v4
2424

0 commit comments

Comments
 (0)