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 2ee6d95 commit 5f1d956Copy full SHA for 5f1d956
.github/workflows/ci.yml
@@ -319,6 +319,7 @@ jobs:
319
brew unlink "$pkg"
320
brew link --overwrite "$pkg"
321
done
322
+ brew upgrade openssl >/dev/null 2>&1
323
brew upgrade
324
325
- name: Build LLVM/Cling on Unix systems if the cache is invalid
@@ -765,7 +766,7 @@ jobs:
765
766
- name: Install deps on MacOS
767
if: runner.os == 'macOS'
768
run: |
- brew update
769
+ brew update --force
770
brew remove [email protected]
771
export ARCHITECHURE=$(uname -m)
772
if [[ "$ARCHITECHURE" == "x86_64" ]]; then
@@ -778,7 +779,7 @@ jobs:
778
779
780
781
- brew upgrade
782
+ brew upgrade --force
783
brew install eigen
784
brew install boost
785
pip install distro pytest
0 commit comments