no fail on cache miss write

This commit is contained in:
Jesse Bannon 2023-02-23 00:10:43 -08:00
parent 91999f21a5
commit 2b05e66e7f

View file

@ -94,7 +94,6 @@ jobs:
with: with:
path: /opt/builds/ytdl-sub_linux path: /opt/builds/ytdl-sub_linux
key: ${{ github.sha }}-linux key: ${{ github.sha }}-linux
fail-on-cache-miss: True
build-arm: build-arm:
name: build-arm name: build-arm
@ -134,7 +133,6 @@ jobs:
with: with:
path: /opt/builds/ytdl-sub_${{ matrix.arch }} path: /opt/builds/ytdl-sub_${{ matrix.arch }}
key: ${{ github.sha }}-${{ matrix.arch }} key: ${{ github.sha }}-${{ matrix.arch }}
fail-on-cache-miss: True
################################################################################################## ##################################################################################################