Skip to content

Commit

Permalink
Fix invalid workflow formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
davenquinn committed Jan 7, 2025
1 parent 6158393 commit ebfeddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# We might try to remove this in the future, or figure out how to use
# a bundled version of GDAL from the virtual environment.
- name: Install GDAL
run: >
run: |
sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable
sudo apt-get update
sudo apt-get install gdal-bin
Expand Down

0 comments on commit ebfeddc

Please sign in to comment.