Skip to content

Commit f64f150

Browse files
committed
[CI] Disable SPM cache until StreamCore is released
1 parent 8c86f11 commit f64f150

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/actions/xcode-cache/action.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ runs:
77
shell: bash
88
- run: echo "$HOME/.mint/bin" >> $GITHUB_PATH
99
shell: bash
10-
- name: Cache SPM
11-
uses: actions/cache@v4
12-
id: spm-cache
13-
with:
14-
path: spm_cache
15-
key: ${{ env.IMAGE }}-spm-${{ hashFiles('**/Package.resolved') }}
16-
restore-keys: ${{ env.IMAGE }}-spm-
10+
# TODO: https://linear.app/stream/issue/IOS-1010
11+
# - name: Cache SPM
12+
# uses: actions/cache@v4
13+
# id: spm-cache
14+
# with:
15+
# path: spm_cache
16+
# key: ${{ env.IMAGE }}-spm-${{ hashFiles('**/Package.resolved') }}
17+
# restore-keys: ${{ env.IMAGE }}-spm-

0 commit comments

Comments
 (0)