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 fb5baef
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,23 @@ jobs:
which perl
which cpanm
# some painful steps here that will hopefully be backed out at some point
- 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

- name: Prepare for cache
run: |
perl -V > perlversion.txt
echo '20220920' >> perlversion.txt
echo '20241125' >> perlversion.txt
ls -l perlversion.txt
- name: Cache CPAN modules
Expand Down

0 comments on commit fb5baef

Please sign in to comment.