Skip to content

Commit

Permalink
Update conda-forge-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Nov 27, 2024
1 parent 64e8c80 commit 5b888c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/conda-forge-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
mamba install cmake compilers make ninja pkg-config
# Actual dependencies
mamba install glew glfw yarp
mamba list
conda list
- name: Imgui
if: contains(matrix.imgui, 'mamba')
Expand Down Expand Up @@ -64,6 +66,7 @@ jobs:
shell: bash -l {0}
run: |
env
conda list
mkdir -p build
cd build
cmake -G"Visual Studio 16 2019" -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} ..
Expand Down

0 comments on commit 5b888c6

Please sign in to comment.