From 697c7832a32f7a9d855a0c4c5bb6415e6f89e710 Mon Sep 17 00:00:00 2001 From: Hugues Delorme Date: Wed, 14 Aug 2024 17:24:48 +0200 Subject: [PATCH] WIP0 --- .github/workflows/ci_macos_conda.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci_macos_conda.yml b/.github/workflows/ci_macos_conda.yml index 59be092f..b100c1a2 100644 --- a/.github/workflows/ci_macos_conda.yml +++ b/.github/workflows/ci_macos_conda.yml @@ -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