no fail on cache miss write
This commit is contained in:
parent
91999f21a5
commit
2b05e66e7f
1 changed files with 0 additions and 2 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -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
|
|
||||||
|
|
||||||
##################################################################################################
|
##################################################################################################
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue