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 dfbeafd commit 1a9f970
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/workshop-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ jobs:
r-version: ${{matrix.R}}
rtools-version: '4.3.x'
- run: Rscript -e 'print("hello")'
- name: Install GDAL, GEOS, and PROJ.4
if: matrix.os == 'macos-latest'
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
shell: bash

0 comments on commit 1a9f970

Please sign in to comment.