Skip to content

Commit

Permalink
WIP0
Browse files Browse the repository at this point in the history
  • Loading branch information
HuguesDelorme committed Aug 14, 2024
1 parent e523df9 commit 697c783
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci_macos_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
shell: bash -el {0}
run: conda install conda-forge::assimp

- name: Install Assimp
shell: bash -el {0}
run: |
conda info
echo CMAKE_PREFIX_PATH=$CMAKE_PREFIX_PATH
- name: Get count of CPU cores
uses: SimenB/github-actions-cpu-cores@v1
id: cpu-cores
Expand Down

0 comments on commit 697c783

Please sign in to comment.