-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c838c02
commit d053c8d
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,13 @@ jobs: | |
which cpanm | ||
- name: Install GDAL and its deps | ||
run: brew install --force --overwrite gdal | ||
run: | | ||
brew update | ||
# brew unlink [email protected] | ||
# brew install pkgconf | ||
# brew link --overwrite pkgconf | ||
brew install gdal | ||
# brew install --force --overwrite gdal | ||
|
||
- name: perl -V | ||
run: perl -V | ||
|