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
|
||||
uses: actions/cache@v4
|
||||
id: cache-upstream
|
||||
with:
|
||||
path: upstream
|
||||
key: void-templates-upstream-packages
|
||||
|
|
@ -71,7 +70,6 @@ jobs:
|
|||
path: upstream
|
||||
|
||||
- name: prep masterdir
|
||||
if: steps.cache-upstream.outputs.cache-hit != 'true'
|
||||
working-directory: upstream
|
||||
run: |
|
||||
chown -R builder:builder . &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue