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 09df375
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ jobs:
which cpanm
- name: Install GDAL and its deps
run: brew install --force --overwrite gdal
run: |
# brew link --overwrite pkgconf
brew install gdal
# brew install --force --overwrite gdal
- name: perl -V
run: perl -V
Expand Down

0 comments on commit 09df375

Please sign in to comment.