Skip to content

Commit

Permalink
Update status-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsMEMZ authored Nov 26, 2023
1 parent c7c4abc commit 8ad1139
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/status-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
- name: Set Xcode Version
run: sudo xcode-select -s /Applications/Xcode_15.0.app

- name: Cache Build Caches
uses: actions/cache@v3
with:
key: check-build-cache
path: |
~/Library/Developer/Xcode/DerivedData
- name: Build DarockBili App
run: |
xcodebuild -scheme 'DarockBili Watch App' -configuration Release build CODE_SIGN_IDENTITY=""
Expand Down

0 comments on commit 8ad1139

Please sign in to comment.