Skip to content

Commit

Permalink
#97: try a CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Aug 27, 2024
1 parent 05ff31f commit e56de45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Install requirements
run: |
brew update && brew install zlib glew mesa mesa-glu
brew update && brew install glew mesa mesa-glu
# Once it is ok activate cache
# - name: Cache VTK Build
Expand All @@ -37,7 +37,7 @@ jobs:
# key: ${{ matrix.os }}-vtk-build-${{ matrix.vtk_version }}

- name: Build VTK
# TODO only if not cached
# TODO only if not cached, setting compiler does not work (AppleClang used)
run: |
sudo mkdir -p /opt/src/vtk
sudo git clone --recursive --branch v${{ matrix.vtk_version }} https://gitlab.kitware.com/vtk/vtk.git /opt/src/vtk
Expand Down

0 comments on commit e56de45

Please sign in to comment.