Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
winebarrel committed Nov 4, 2024
1 parent 53f5faa commit 69eda11
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ jobs:
# apply provisioning profile
mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles
cp $PP_PATH ~/Library/MobileDevice/Provisioning\ Profiles
# - name: Restore cache
# uses: irgaly/xcode-cache@v1
# with:
# key: xcode-cache-deriveddata-${{ github.workflow }}-${{ github.sha }}
# restore-keys: xcode-cache-deriveddata-${{ github.workflow }}-
- name: Restore cache
uses: irgaly/xcode-cache@v1
with:
key: xcode-cache-deriveddata-${{ github.workflow }}-${{ github.sha }}
restore-keys: xcode-cache-deriveddata-${{ github.workflow }}-
- name: Build and Analyse
run: |
xcodebuild build analyze -scheme PagerCall -destination 'generic/platform=macOS' -allowProvisioningUpdates -configuration Debug | tee ./build.log
Expand Down

0 comments on commit 69eda11

Please sign in to comment.