Skip to content

Commit abe8c68

Browse files
authored
Try no brew upgrade
1 parent 4166ad1 commit abe8c68

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/actions/Miscellaneous/Install_Dependencies/action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,11 @@ runs:
1515
else
1616
brew remove unxip
1717
fi
18-
brew remove kotlin
1918
# workaround for https://github.com/actions/setup-python/issues/577
2019
for pkg in $(brew list | grep '^python@'); do
2120
brew unlink "$pkg"
2221
brew link --overwrite "$pkg"
2322
done
24-
brew upgrade openssl >/dev/null 2>&1
25-
brew upgrade --force
2623
brew install ninja
2724
brew install eigen
2825
brew install boost

.github/workflows/emscripten.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,7 @@ jobs:
131131
brew unlink "$pkg"
132132
brew link --overwrite "$pkg"
133133
done
134-
brew remove kotlin
135-
brew upgrade openssl >/dev/null 2>&1
136134
brew install ninja
137-
brew upgrade
138135
139136
- name: Install deps on Linux
140137
if: ${{ runner.os == 'Linux' && steps.cache.outputs.cache-hit != 'true' }}

0 commit comments

Comments
 (0)