Skip to content

Commit aeeb055

Browse files
ci: set timeout at actions/cache to avoid infinite hung
1 parent 777b291 commit aeeb055

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ jobs:
242242
xcodebuild -version
243243
244244
- uses: actions/cache@v3
245+
timeout-minutes: 30
245246
with:
246247
path: build-cache
247248
key: ${{ matrix.target }}-sccache-v12-${{ steps.cache_timestamp.outputs.timestamp }}

0 commit comments

Comments
 (0)