Skip to content

Commit

Permalink
Rename xcode cache keys
Browse files Browse the repository at this point in the history
  • Loading branch information
gchristov committed Mar 24, 2024
1 parent 6558bc2 commit 7de253e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ jobs:
- name: Set up Xcode
uses: irgaly/xcode-cache@v1
with:
key: xcode-cache-deriveddata-${{ github.workflow }}-${{ github.sha }}
restore-keys: xcode-cache-deriveddata-${{ github.workflow }}-
key: ios-check-build-${{ github.workflow }}-${{ github.sha }}
restore-keys: ios-check-build-${{ github.workflow }}-
- name: Compile iOS app
run: |
cd ios &&
Expand Down Expand Up @@ -139,8 +139,8 @@ jobs:
- name: Set up Xcode
uses: irgaly/xcode-cache@v1
with:
key: xcode-cache-deriveddata-${{ github.workflow }}-${{ github.sha }}
restore-keys: xcode-cache-deriveddata-${{ github.workflow }}-
key: ios-check-test-${{ github.workflow }}-${{ github.sha }}
restore-keys: ios-check-test-${{ github.workflow }}-
- name: iOS tests
run: |
cd ios &&
Expand Down

0 comments on commit 7de253e

Please sign in to comment.