Skip to content

Commit

Permalink
#97: try a fix in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Aug 28, 2024
1 parent c9d7edf commit 328939f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
run: |
git clone --recursive --branch v${{ matrix.vtk_version }} https://gitlab.kitware.com/vtk/vtk.git ${{ env.VTK_SRC_DIR }}
cd ${{ env.VTK_SRC_DIR }}
export LIBRARY_PATH=$LIBRARY_PATH:/usr/local/lib
cmake \
-DCMAKE_BUILD_TYPE:STRING=Release \
-DCMAKE_C_COMPILER="${{ env.CC }}" \
Expand Down

0 comments on commit 328939f

Please sign in to comment.