Skip to content

Commit

Permalink
CI gdal on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlaffan committed Nov 25, 2024
1 parent c838c02 commit 643dbe9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ jobs:
which cpanm
- name: Install GDAL and its deps
run: brew install --force --overwrite gdal
run: |
brew install pkgconf
brew link --overwrite pkgconf
brew install gdal
# brew install --force --overwrite gdal
- name: perl -V
run: perl -V
Expand Down

0 comments on commit 643dbe9

Please sign in to comment.