Skip to content

Commit

Permalink
WIP5
Browse files Browse the repository at this point in the history
  • Loading branch information
HuguesDelorme committed Aug 14, 2024
1 parent 7cc7c79 commit 9ddb775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_macos_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
mkdir ${{github.workspace}}/build
cd ${{github.workspace}}/build
cmake --version
set CMAKE_PREFIX_PATH=$CONDA/envs/ci_macos_conda/lib/cmake;$CMAKE_PREFIX_PATH
set CMAKE_PREFIX_PATH=$CONDA/envs/ci_macos_conda;$CMAKE_PREFIX_PATH
cmake .. \
-DMayo_BuildTests=ON \
-DMayo_BuildPluginAssimp=ON
Expand Down

0 comments on commit 9ddb775

Please sign in to comment.