Skip to content

Commit

Permalink
fix: change ci chace
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Sep 10, 2024
1 parent dd558ed commit 5371e41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/cache@v2
with:
path: ${{ env.DERIVED_DATA_PATH }}
key: ${{ runner.os }}-deriveddata-${{ hashFiles('**/*.xcodeproj/project.pbxproj') }}
key: v1-${{ runner.os }}-deriveddata-${{ hashFiles('**/*.xcodeproj/project.pbxproj') }}
restore-keys: |
${{ runner.os }}-deriveddata-
- name: Build
Expand All @@ -62,7 +62,7 @@ jobs:
uses: actions/cache@v2
with:
path: ${{ env.DERIVED_DATA_PATH }}
key: ${{ runner.os }}-deriveddata-${{ hashFiles('**/*.xcodeproj/project.pbxproj') }}
key: v1-${{ runner.os }}-deriveddata-${{ hashFiles('**/*.xcodeproj/project.pbxproj') }}
- name: Test
run: |
set -o pipefail && xcodebuild -scheme MiniSim -destination 'platform=macOS' \
Expand Down

0 comments on commit 5371e41

Please sign in to comment.