We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a583be commit 7bb436fCopy full SHA for 7bb436f
.github/actions/setup-ios-runtime/action.yml
@@ -3,13 +3,6 @@ description: 'Download and Install requested iOS Runtime'
3
runs:
4
using: "composite"
5
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 }}
13
- name: Setup iOS Simulator Runtime
14
shell: bash
15
run: |
0 commit comments