From 889313fe365fc972dcae937e429b2a563e30a0ce Mon Sep 17 00:00:00 2001 From: MistEO Date: Sat, 22 Nov 2025 22:19:06 +0800 Subject: [PATCH] ci: continue on cache maadeps error --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70aea8c47e..1d5c575a25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,6 +113,7 @@ jobs: - name: Cache MaaDeps id: cache-maadeps uses: actions/cache@v4 + continue-on-error: true with: path: | ./src/MaaUtils/MaaDeps @@ -223,6 +224,7 @@ jobs: - name: Cache MaaDeps id: cache-maadeps + continue-on-error: true uses: actions/cache@v4 with: path: ./src/MaaUtils/MaaDeps @@ -346,6 +348,7 @@ jobs: - name: Cache MaaDeps id: cache-maadeps + continue-on-error: true uses: actions/cache@v4 with: path: ./src/MaaUtils/MaaDeps