Skip to content

Commit

Permalink
continue adjusting brew install
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-orr committed Dec 2, 2023
1 parent a17682a commit d7a2ec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d7a2ec9

Please sign in to comment.