File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
actions/Miscellaneous/Install_Dependencies Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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' }}
You can’t perform that action at this time.
0 commit comments