Skip to content

Commit

Permalink
Fix type in rmdir command
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored and S-Dafarra committed Jan 17, 2025
1 parent 97cf731 commit 1517627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-forge-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: |
:: We delete all the Python executables installed by GitHub Actions as a workaround for https://github.com/ami-iit/bipedal-locomotion-framework/pull/910#issuecomment-2589862552
:: once that is not necessary anymore, remove this
mdir /s /q C:\hostedtoolcache\windows\Python
rmdir /s /q C:\hostedtoolcache\windows\Python
:: Due to this https://github.com/conda-forge/icub-models-feedstock/issues/18
:: pcl is removed as a workaround for https://github.com/ami-iit/bipedal-locomotion-framework/pull/695#issuecomment-1632208836
:: pcl can be re-added once we have a ros humble build compatible with PCL 1.13.0
Expand Down

0 comments on commit 1517627

Please sign in to comment.