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 1a9f970 commit 183a832
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/workshop-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- 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)"
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
shell: bash

0 comments on commit 183a832

Please sign in to comment.