Update rootfs.yml

This commit is contained in:
tiopex
2023-03-27 19:53:06 +02:00
committed by GitHub
parent ad85145d57
commit 9cdef518d1
+2 -2
View File
@@ -92,7 +92,7 @@ jobs:
path: ~/.buildroot-ccache path: ~/.buildroot-ccache
key: ${{ inputs.submodule }}-musl-ccache-${{ github.sha }} key: ${{ inputs.submodule }}-musl-ccache-${{ github.sha }}
restore-keys: | restore-keys: |
${{ inputs.submodule }}-musl-ccache- ${{ inputs.submodule }}-musl-ccache-off
- name: build - name: build
#if: steps.cache.outputs.cache-hit != 'true' #if: steps.cache.outputs.cache-hit != 'true'
@@ -112,4 +112,4 @@ jobs:
with: with:
name: SDK (musl) name: SDK (musl)
path: ${{ inputs.submodule || '.' }}/output/images/arm-miyoo-linux-musleabi_sdk-buildroot.tar.gz path: ${{ inputs.submodule || '.' }}/output/images/arm-miyoo-linux-musleabi_sdk-buildroot.tar.gz
if-no-files-found: error # 'error', 'warn', 'ignore'; defaults to `warn` if-no-files-found: error # 'error', 'warn', 'ignore'; defaults to `warn`