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:
17
17
18
18
steps :
19
19
# 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
21
21
shell : bash
22
22
if : runner.os == 'macOS'
23
23
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
29
34
30
35
- name : Setup SOFA and environment
31
36
id : sofa
32
- uses : sofa-framework/sofa-setup-action@v3
37
+ uses : sofa-framework/sofa-setup-action@v4
33
38
with :
34
39
sofa_root : ${{ github.workspace }}/sofa
35
40
sofa_version : ${{ matrix.sofa_branch }}
You can’t perform that action at this time.
0 commit comments