File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -47,24 +47,24 @@ jobs:
47
47
- os : windows-2019
48
48
platform : osx-arm64
49
49
steps :
50
- - uses : prefix-dev/setup-pixi@v0.8.1
51
- with :
52
- environments : ${{ matrix.environment }}
53
- frozen : true
54
-
55
50
- uses : actions/checkout@v4
56
51
with :
57
52
persist-credentials : false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
58
53
fetch-depth : 0 # otherwise, you will failed to push refs to dest repo
59
54
55
+ - uses : prefix-dev/setup-pixi@v0.8.1
56
+ with :
57
+ environments : ${{ matrix.environment }}
58
+ frozen : true
59
+
60
60
# Workaround for https://github.com/RoboStack/ros-humble/pull/141#issuecomment-1941919816
61
61
- name : Clean up PATH
62
62
if : contains(matrix.os, 'windows')
63
63
uses : egor-tensin/cleanup-path@v4
64
- with :
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