File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
actions/prepare-simulator Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
echo "::group::Available runtimes:"
39
39
xcodes runtimes
40
40
echo "::endgroup::"
41
- sudo xcodes runtimes install "$RUNTIME";
41
+ sudo xcodes runtimes install "$RUNTIME" --keep-archive ;
42
42
fi
43
43
44
44
- name : " Create and boot simulator"
Original file line number Diff line number Diff line change 29
29
- name : " Cache downloaded simulator runtimes"
30
30
uses : actions/cache@v4
31
31
with :
32
- path : ~/Library/Caches/XcodeInstall /*.dmg
32
+ path : ~/Downloads /*.dmg
33
33
key : Xcode ${{ matrix.env.xcode }}+${{ matrix.env.runtime }}
34
34
- name : " Prepare simulator"
35
35
id : prepare-simulator
75
75
- name : " Cache downloaded simulator runtimes"
76
76
uses : actions/cache@v4
77
77
with :
78
- path : ~/Library/Caches/XcodeInstall /*.dmg
78
+ path : ~/Downloads /*.dmg
79
79
key : Xcode ${{ matrix.env.xcode }}+${{ matrix.env.runtime }}
80
80
- name : " Prepare simulator"
81
81
id : prepare-simulator
You can’t perform that action at this time.
0 commit comments