We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c42c907 commit 0b1271aCopy full SHA for 0b1271a
.github/actions/Miscellaneous/Install_Dependencies/action.yml
@@ -20,8 +20,6 @@ runs:
20
brew unlink "$pkg"
21
brew link --overwrite "$pkg"
22
done
23
- brew upgrade openssl >/dev/null 2>&1
24
- brew upgrade --force
25
brew install ninja
26
brew install eigen
27
brew install boost
.github/workflows/emscripten.yml
@@ -131,9 +131,7 @@ jobs:
131
132
133
134
135
136
- brew upgrade
137
138
- name: Install deps on Linux
139
if: ${{ runner.os == 'Linux' && steps.cache.outputs.cache-hit != 'true' }}
0 commit comments