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