Skip to content

Commit

Permalink
generate-conda-packages: Fix typo in rm command
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Jan 26, 2024
1 parent ed24d16 commit c57c594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-conda-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
cat */bld.bat
cat */build.sh
# Do not generate walking-controllers, workaround for https://github.com/robotology/robotology-superbuild/issues/1572#issuecomment-1912146946
rm walking-controllers
rm -rf walking-controllers
# We use the conda_build_config from conda-forge-pinning, and our local one
# See https://docs.conda.io/projects/conda-build/en/latest/resources/variants.html#creating-conda-build-variant-config-files
# We manually specify the build order as conda build is too slow, and conda mambabuild does not support correctly multiple recipes
Expand Down

0 comments on commit c57c594

Please sign in to comment.