Skip to content

Commit b2341ad

Browse files
committed
Fix issue
1 parent 5203341 commit b2341ad

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/cron-checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ jobs:
147147
with:
148148
ssh-private-key: ${{ secrets.BOT_SSH_PRIVATE_KEY }}
149149
- uses: actions/[email protected]
150+
- uses: ./.github/actions/xcode-cache
150151
- uses: ./.github/actions/ruby-cache
151152
- name: List Xcode versions
152153
run: mdfind "kMDItemCFBundleIdentifier = 'com.apple.dt.Xcode'"

.github/workflows/smoke-checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
XCODE_VERSION: "16.0"
7171
steps:
7272
- uses: actions/[email protected]
73+
- uses: ./.github/actions/xcode-cache
7374
- uses: ./.github/actions/ruby-cache
7475
- name: List Xcode versions
7576
run: mdfind "kMDItemCFBundleIdentifier = 'com.apple.dt.Xcode'"

0 commit comments

Comments
 (0)