Skip to content

Commit

Permalink
update API dependencies in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubik committed Oct 23, 2024
1 parent 248d671 commit 1a43a55
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 gdal-bin
sudo apt-get -yqq install libpq-dev build-essential libcurl4-openssl-dev libgdal-dev
npm install -g mjml
- name: Setup API Ruby
Expand Down

0 comments on commit 1a43a55

Please sign in to comment.