From 2b05e66e7fe746fbdefe568c666f9e8e773f2fb1 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Thu, 23 Feb 2023 00:10:43 -0800 Subject: [PATCH] no fail on cache miss write --- .github/workflows/release.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2cefcbbe..6150659a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -94,7 +94,6 @@ jobs: with: path: /opt/builds/ytdl-sub_linux key: ${{ github.sha }}-linux - fail-on-cache-miss: True build-arm: name: build-arm @@ -134,7 +133,6 @@ jobs: with: path: /opt/builds/ytdl-sub_${{ matrix.arch }} key: ${{ github.sha }}-${{ matrix.arch }} - fail-on-cache-miss: True ##################################################################################################