Skip to content

Commit

Permalink
[CI] Do not cache iOS Simulator Runtimes nightly (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple authored Aug 30, 2024
1 parent a51b9f0 commit e93bcf8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/actions/setup-ios-runtime/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@ description: 'Download and Install requested iOS Runtime'
runs:
using: "composite"
steps:
- name: Cache iOS Simulator Runtime
uses: actions/cache@v4
id: runtime-cache
with:
path: ./*.dmg
key: ipsw-runtime-ios-${{ inputs.version }}
restore-keys: ipsw-runtime-ios-${{ inputs.version }}
- name: Setup iOS Simulator Runtime
shell: bash
run: |
Expand Down

0 comments on commit e93bcf8

Please sign in to comment.