Skip to content

Commit 3beec0b

Browse files
author
Marcin Przepiorowski
committed
osx perl fix - again
1 parent 72db1c8 commit 3beec0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
- name: install perl
215215
run: |
216216
# have a static version of perl 5.30.2_1
217-
brew uninstall perl
217+
brew uninstall --ignore-dependencies perl
218218
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/8ff2935985d6da4f2f463ea2666545e6017c4d54/Formula/perl.rb
219219
brew install cpanminus
220220
# brew install openssl

0 commit comments

Comments
 (0)