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 36500a6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,13 @@ jobs:
which cpanm
- name: Install GDAL and its deps
run: brew install --force --overwrite gdal
run: |
brew update
# 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 36500a6

Please sign in to comment.