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 905d292
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@ jobs:
which cpanm
- name: Install GDAL and its deps
run: brew install --force --overwrite gdal
run: |
brew unlink pkg-config@0.29.2
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 905d292

Please sign in to comment.