Skip to content

Commit

Permalink
add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourpeas committed Jul 20, 2023
1 parent aa39f74 commit 46cb6ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Install PostGIS dependencies
run: |
sudo apt-get update
apt-get install -y binutils libproj-dev gdal-bin libgdal-dev python3-gdal
sudo apt-get install -y binutils libproj-dev gdal-bin libgdal-dev python3-gdal
- name: Create and start virtual environment
run: |
Expand Down

0 comments on commit 46cb6ae

Please sign in to comment.