We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c86f11 commit f64f150Copy full SHA for f64f150
.github/actions/xcode-cache/action.yml
@@ -7,10 +7,11 @@ runs:
7
shell: bash
8
- run: echo "$HOME/.mint/bin" >> $GITHUB_PATH
9
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-
+ # TODO: https://linear.app/stream/issue/IOS-1010
+ # - name: Cache SPM
+ # uses: actions/cache@v4
+ # id: spm-cache
+ # with:
+ # path: spm_cache
+ # key: ${{ env.IMAGE }}-spm-${{ hashFiles('**/Package.resolved') }}
17
+ # restore-keys: ${{ env.IMAGE }}-spm-
0 commit comments