Skip to content

Commit 7bb436f

Browse files
[CI] Do not cache iOS Simulator Runtimes nightly (#592)
1 parent 4a583be commit 7bb436f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/actions/setup-ios-runtime/action.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@ description: 'Download and Install requested iOS Runtime'
33
runs:
44
using: "composite"
55
steps:
6-
- name: Cache iOS Simulator Runtime
7-
uses: actions/cache@v4
8-
id: runtime-cache
9-
with:
10-
path: ./*.dmg
11-
key: ipsw-runtime-ios-${{ inputs.version }}
12-
restore-keys: ipsw-runtime-ios-${{ inputs.version }}
136
- name: Setup iOS Simulator Runtime
147
shell: bash
158
run: |

0 commit comments

Comments
 (0)