Skip to content

Commit f70cf4b

Browse files
committed
Update continuous_integration.yml
1 parent 445b111 commit f70cf4b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,18 @@ jobs:
3737
steps:
3838
- name: Actions - Use CheckOut@V2
3939
uses: actions/checkout@v2
40-
- name: Install - Brew Package Management
40+
- name: TemporaryFix - Brew Package Management (Github/Action#1811)
41+
run: |
42+
brew uninstall --force --ignore-dependencies openssl
43+
brew cleanup -s openssl
44+
brew cleanup --prune-prefix
45+
brew install openssl
46+
brew uninstall --force --ignore-dependencies python
47+
rm $(which 2to3)
48+
brew cleanup -s python
49+
brew cleanup --prune-prefix
50+
brew install python
51+
- name: Update - Brew Package Management
4152
run: brew update
4253
- name: Install - Crystal Language
4354
run: brew install crystal

0 commit comments

Comments
 (0)