Skip to content

Commit

Permalink
refactor(ci): install vtk on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Jun 9, 2024
1 parent 7343ed1 commit 3c1086c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
shell: bash
if: ${{ matrix.os == 'macos-latest' }}
run: |
brew install embree tbb
brew install embree tbb vtk
- name: 🦥 Cache Dependencies
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
shell: bash
if: ${{ matrix.os == 'macos-latest' }}
run: |
brew install embree tbb
brew install embree tbb vtk
- name: 🦥 Cache Dependencies
uses: actions/cache@v4
Expand Down

0 comments on commit 3c1086c

Please sign in to comment.