Skip to content

Commit

Permalink
WIP3
Browse files Browse the repository at this point in the history
  • Loading branch information
HuguesDelorme committed Aug 14, 2024
1 parent 66bc3bf commit 5b1c80b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci_macos_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,8 @@ jobs:
conda info
echo "conda info --base"
conda info --base
echo "ls -l /Users/runner/miniconda3/envs/ci_macos_conda/lib"
ls -l /Users/runner/miniconda3/envs/ci_macos_conda/lib
echo "ls -l /Users/runner/miniconda3/envs/ci_macos_conda/cmake"
ls -l /Users/runner/miniconda3/envs/ci_macos_conda/cmake
echo "ls -l /Users/runner/miniconda3/envs/ci_macos_conda/lib/cmake"
ls -l /Users/runner/miniconda3/envs/ci_macos_conda/lib/cmake
- name: Get count of CPU cores
uses: SimenB/github-actions-cpu-cores@v1
Expand All @@ -58,7 +54,8 @@ jobs:
cmake --version
cmake .. \
-DMayo_BuildTests=ON \
-DMayo_BuildPluginAssimp=ON
-DMayo_BuildPluginAssimp=ON \
-DQT_DIR=$CONDA/envs/ci_macos_conda/lib/cmake/Qt5
cmake --build . \
--config Release \
--parallel ${{steps.cpu-cores.outputs.count}}
Expand Down

0 comments on commit 5b1c80b

Please sign in to comment.