File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -58,13 +58,13 @@ jobs:
58
58
frozen : true
59
59
60
60
# Workaround for https://github.com/RoboStack/ros-humble/pull/141#issuecomment-1941919816
61
- - name : Clean up PATH
62
- if : contains(matrix.os, 'windows')
63
- uses : egor-tensin/cleanup-path@v4
64
- with :
61
+ # - name: Clean up PATH
62
+ # if: contains(matrix.os, 'windows')
63
+ # uses: egor-tensin/cleanup-path@v4
64
+ # with:
65
65
# cygpath in C:\Program Files\Git\usr\bin is used by install micromamba
66
66
# git in C:\Program Files\Git\bin is used by pip install git+
67
- dirs : ' C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin'
67
+ # dirs: 'C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin'
68
68
69
69
- shell : bash -l {0}
70
70
if : matrix.platform == 'linux-aarch64'
You can’t perform that action at this time.
0 commit comments