Skip to content

Commit

Permalink
#97: add macos dependencies in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Aug 27, 2024
1 parent ae9ab37 commit cae839d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-and-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
id: vars
run: echo "DOCKER_TAG=$(echo ${{ github.ref }} | cut -d'/' -f3- | sed 's/[^a-z0-9_-]/__/gi')" >> $GITHUB_ENV

- name: Install requirements
run: |
brew install mesa mesa-glu
# Once it is ok activate cache
# - name: Cache VTK Build
# uses: actions/cache@v3
Expand All @@ -33,7 +37,8 @@ jobs:
# key: ${{ matrix.os }}-vtk-build-${{ matrix.vtk_version }}

- name: Install VTK
run: |
# TODO only if not cached
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 cae839d

Please sign in to comment.