File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -202,6 +202,16 @@ runs:
202
202
with :
203
203
swift-version : ${{ steps.versions.outputs.SWIFT_VERSION }}
204
204
205
+ - name : Cache the build folder
206
+ id : cache-swift-build
207
+ if : ${{ inputs.language == 'swift' }}
208
+ uses : actions/cache@v4
209
+ with :
210
+ path : |
211
+ clients/algoliasearch-client-swift/.build
212
+ tests/output/swift/.build
213
+ key : swift-build-${{ steps.versions.outputs.SWIFT_VERSION }}-${{ runner.os }}
214
+
205
215
- name : Set swiftformat version
206
216
if : ${{ inputs.language == 'swift' }}
207
217
id : swiftformat-version
@@ -216,7 +226,7 @@ runs:
216
226
ref : ${{ steps.swiftformat-version.outputs.SWIFTFORMAT_VERSION }}
217
227
path : swiftformat
218
228
219
- - name : Cache the build folder
229
+ - name : Cache the build folder for swiftformat
220
230
id : cache-swiftformat
221
231
if : ${{ inputs.language == 'swift' }}
222
232
uses : actions/cache@v4
You can’t perform that action at this time.
0 commit comments