Skip to content

Commit

Permalink
Update workshop-setup.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
manuGil authored Mar 18, 2024
1 parent dc9100a commit ebc8dbb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workshop-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
- name: Install GDAL, GEOS, and PROJ.4
if: matrix.os == 'ubuntu-latest'
run: |
add-apt-repository ppa:ubuntugis -y
apt-get update
apt-get install libgdal-dev libgeos-dev libproj-dev -y
sudo add-apt-repository ppa:ubuntugis -y
sudo apt-get update
sudo apt-get install libgdal-dev libgeos-dev libproj-dev -y
shell: bash
# Include Fedora and Arch?
- name: UDUNITS
if: matrix.os == 'ubuntu-latest'
run: |
apt-get install libudunits2-dev -y
sudo apt-get install libudunits2-dev -y
shell: bash


Expand Down

0 comments on commit ebc8dbb

Please sign in to comment.