Skip to content

Commit

Permalink
Missing proj-bin dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibyx committed Aug 15, 2024
1 parent c9a50b3 commit fb4da83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install git cmake gcc
sudo apt-get install git cmake gcc proj-bin
git clone https://github.com/OSGeo/GDAL.git /home/runner/work/django_api_forms/gdal
mkdir /home/runner/work/django_api_forms/gdal/build
cd /home/runner/work/django_api_forms/gdal/build
Expand Down

0 comments on commit fb4da83

Please sign in to comment.