Skip to content

Commit

Permalink
fix macos brew issue for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinklebear committed Mar 14, 2024
1 parent 5e2e8ac commit a148d2e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,13 @@ jobs:
wget https://github.com/oneapi-src/oneTBB/releases/download/v${TBB_VERSION}/oneapi-tbb-${TBB_VERSION}-mac.tgz
tar -xf oneapi-tbb-${TBB_VERSION}-mac.tgz
# Clean up python and other stuff we don't need so the right python can be installed with brew
- name: Cleanup Python
run: |
brew uninstall azure-cli
brew uninstall --ignore-dependencies python
brew install --force --overwrite python@3.12
- name: Setup ISPC
run: brew install ispc

Expand Down

0 comments on commit a148d2e

Please sign in to comment.