From e875c23e70419f7239dc9ad2eea822341a9f20d8 Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Sun, 11 Jul 2021 12:17:23 -0700 Subject: [PATCH] Continue on cache error --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2880e034..69f4b4cf5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: steps: - uses: actions/checkout@v2 - uses: satackey/action-docker-layer-caching@v0.0.11 - continue-on-error: false + continue-on-error: true with: key: docker-cache-${{ matrix.os }}-${{ matrix.arch }}-${{ github.sha }} restore-keys: |