Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pyushkevich authored Sep 30, 2024
1 parent 43aae4f commit 77631dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ jobs:
install
generator: Ninja
options: |
ITK-DIR:FILEPATH=${{github.workspace}}/itk/install/lib/cmake/ITK-5.4
VTK-DIR:FILEPATH=${{github.workspace}}/vtk/install/lib/cmake/vtk-9.3
CMAKE_PREFIX_PATH:FILEPATH=${{github.workspace}}/../Qt/6.6.3/linux/lib/cmake
CMAKE_BUILD_TYPE:STRING=Release
ITK-DIR=${{github.workspace}}/itk/install/lib/cmake/ITK-5.4
VTK-DIR=${{github.workspace}}/vtk/install/lib/cmake/vtk-9.3
CMAKE_PREFIX_PATH=${{github.workspace}}/../Qt/6.6.3/linux/lib/cmake
CMAKE_BUILD_TYPE=Release


0 comments on commit 77631dc

Please sign in to comment.