File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed
Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -17,19 +17,24 @@ jobs:
1717
1818 steps :
1919 # https://github.com/actions/runner-images/issues/6817
20- - name : (Mac) Workaround for homebrew # https://github.com/rancher-sandbox/lima-and-qemu/pull/20
20+ - name : (Mac) Workaround for homebrew
2121 shell : bash
2222 if : runner.os == 'macOS'
2323 run : |
24- rm /usr/local/bin/2to3
25- rm /usr/local/bin/idle3
26- rm /usr/local/bin/pydoc3
27- rm /usr/local/bin/python3
28- rm /usr/local/bin/python3-config
24+ rm -f /usr/local/bin/2to3
25+ rm -f /usr/local/bin/idle3
26+ rm -f /usr/local/bin/pydoc3
27+ rm -f /usr/local/bin/python3
28+ rm -f /usr/local/bin/python3-config
29+ rm -f /usr/local/bin/2to3-3.11
30+ rm -f /usr/local/bin/idle3.11
31+ rm -f /usr/local/bin/pydoc3.11
32+ rm -f /usr/local/bin/python3.11
33+ rm -f /usr/local/bin/python3.11-config
2934
3035 - name : Setup SOFA and environment
3136 id : sofa
32- uses : sofa-framework/sofa-setup-action@v3
37+ uses : sofa-framework/sofa-setup-action@v4
3338 with :
3439 sofa_root : ${{ github.workspace }}/sofa
3540 sofa_version : ${{ matrix.sofa_branch }}
You can’t perform that action at this time.
0 commit comments