Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Nov 27, 2024
1 parent 59ae301 commit 4079737
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 @@ -30,6 +30,8 @@ jobs:
shell: bash -l {0}
run: |
# Compilation related dependencies
which conda
which mamba
mamba install cmake compilers make ninja pkg-config
# Actual dependencies
mamba install glew glfw yarp
Expand All @@ -53,6 +55,7 @@ jobs:
if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos')
shell: bash -l {0}
run: |
env
mkdir -p build
cd build
cmake -GNinja -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} ..
Expand Down

0 comments on commit 4079737

Please sign in to comment.