Skip to content

Commit

Permalink
missing api dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubik committed Dec 10, 2024
1 parent fe982cc commit 812e359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Install API dependencies
run: |
sudo apt update --fix-missing
sudo apt-get -yqq install libpq-dev build-essential libcurl4-openssl-dev libgdal-dev
sudo apt-get -yqq install libpq-dev build-essential libcurl4-openssl-dev libgdal-dev imagemagick
npm install -g mjml
- name: Setup API Ruby
Expand Down

0 comments on commit 812e359

Please sign in to comment.