Skip to content

Commit

Permalink
WIP: add more deps
Browse files Browse the repository at this point in the history
Notes:

libmagickwand-dev is very large (even with --no-install-recommends).

May need DEBIAN_FRONTEND=noninteractive (libmagickwand-dev pulls in
tzdata, which asks for the time zone).
  • Loading branch information
tom93 committed Jan 3, 2024
1 parent 24c5f03 commit 7ac690e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- run: apt-get update
- run: apt-get install -y 'libyaml-0-[0-9]+' libssl1.1 ca-certificates git build-essential # for ruby/setup-ruby
- run: apt-get install -y 'libyaml-0-[0-9]+' libssl1.1 ca-certificates git build-essential libgmp-dev zlib1g-dev libpq-dev libmagickwand-dev # for ruby/setup-ruby and 'bundle install'

- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 7ac690e

Please sign in to comment.