Bootstrap binaries even if cache hit
This commit is contained in:
parent
dab1b7b013
commit
60a0f09fad
1 changed files with 0 additions and 2 deletions
2
.github/workflows/checksum.yaml
vendored
2
.github/workflows/checksum.yaml
vendored
|
|
@ -57,7 +57,6 @@ jobs:
|
||||||
|
|
||||||
- name: cache upstream
|
- name: cache upstream
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
id: cache-upstream
|
|
||||||
with:
|
with:
|
||||||
path: upstream
|
path: upstream
|
||||||
key: void-templates-upstream-packages
|
key: void-templates-upstream-packages
|
||||||
|
|
@ -71,7 +70,6 @@ jobs:
|
||||||
path: upstream
|
path: upstream
|
||||||
|
|
||||||
- name: prep masterdir
|
- name: prep masterdir
|
||||||
if: steps.cache-upstream.outputs.cache-hit != 'true'
|
|
||||||
working-directory: upstream
|
working-directory: upstream
|
||||||
run: |
|
run: |
|
||||||
chown -R builder:builder . &&
|
chown -R builder:builder . &&
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue