Skip to content

Commit

Permalink
include brew update command to fix error with brew link
Browse files Browse the repository at this point in the history
  • Loading branch information
manuGil committed Mar 23, 2024
1 parent 8a08471 commit 55e91e5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/workshop-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
if: matrix.os == 'macos-latest'
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew update
brew tap osgeo/osgeo4mac && brew tap --repair
brew install proj
brew install geos
Expand All @@ -52,4 +53,8 @@ jobs:
any::sessioninfo
any::tidyverse
any::terra
any::sf
any::sf
- name: Test Lessons
run: |
echo "code to test lessons"
shell: bash

0 comments on commit 55e91e5

Please sign in to comment.