Skip to content

Commit

Permalink
change name of steps for macos and ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
manuGil committed Mar 23, 2024
1 parent 55e91e5 commit 6678144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workshop-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
r-version: ${{matrix.R}}
rtools-version: '43'
- run: Rscript -e 'print("R was installed successfully")'
- name: Install GDAL, GEOS, and PROJ.4
- name: Install GDAL, GEOS, and PROJ.4 (macOS)
if: matrix.os == 'macos-latest'
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Expand All @@ -32,7 +32,7 @@ jobs:
brew install geos
brew install gdal
shell: bash
- name: Install GDAL, GEOS, and PROJ.4
- name: Install GDAL, GEOS, and PROJ.4 (Ubuntu)
if: matrix.os == 'ubuntu-latest'
run: |
sudo add-apt-repository ppa:ubuntugis -y
Expand Down

0 comments on commit 6678144

Please sign in to comment.