Skip to content

Commit

Permalink
CI: brew fiddling on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlaffan committed Dec 4, 2023
1 parent f856026 commit 069cbdb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:

- name: Set up Perl
run: |
# brew update || true
# brew upgrade || true
brew install perl
echo "/Users/runner/perl5/bin" >> $GITHUB_PATH
mkdir -p ~/bin
Expand All @@ -35,7 +37,7 @@ jobs:
which cpanm

- name: Install GDAL and its deps
run: brew install gdal
run: brew install gdal || true

- name: perl -V
run: perl -V
Expand Down

0 comments on commit 069cbdb

Please sign in to comment.