Skip to content

Commit

Permalink
GitHub Actions: Install required packages for specs
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSerth committed Sep 25, 2024
1 parent b204f40 commit c403475
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
--health-retries 5
steps:
- name: Install packages
run: sudo apt-get update && sudo apt-get install --no-install-recommends -y google-chrome-stable curl libjemalloc2 libvips postgresql-client

- name: Checkout code
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit c403475

Please sign in to comment.