Bootstrap binaries even if cache hit

This commit is contained in:
Marty Oehme 2025-06-24 16:49:35 +02:00
parent dab1b7b013
commit 60a0f09fad
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -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 . &&