From d7a2ec903d3a7538035031ce916542578b4e5bd4 Mon Sep 17 00:00:00 2001 From: Lee-Orr Date: Sat, 2 Dec 2023 09:58:18 -0500 Subject: [PATCH] continue adjusting brew install --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 235dc1ae..da580673 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: run: rustup component add llvm-tools-preview - if: ${{ matrix.os == 'macos-latest' }} name: Install LLVM - run: brew install --force --overwrite python@3.11 z3 llvm + run: brew install --force --ignore-dependencies z3 llvm - if: ${{ matrix.os == 'ubuntu-latest' }} name: Dependencies run: sudo apt-get update && sudo apt-get install g++ pkg-config libx11-dev libasound2-dev libudev-dev clang lld @@ -236,7 +236,7 @@ jobs: run: rustup component add llvm-tools-preview - if: ${{ matrix.os == 'macos-latest' }} name: Install LLVM - run: brew install --force --overwrite python@3.11 z3 llvm + run: brew install --force --ignore-dependencies z3 llvm - if: ${{ matrix.os == 'ubuntu-latest' }} name: Dependencies run: sudo apt-get update && sudo apt-get install g++ pkg-config libx11-dev libasound2-dev libudev-dev clang lld