Don't fail on empty build deps cache #6054

This commit is contained in:
Thomas Krijnen
2025-02-02 09:46:13 +01:00
parent 7b0a7e51bb
commit 7de50ff0c5
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
- name: Unpack Dependencies
run: |
install_root=$(find ./build -maxdepth 4 -name install)
find "$install_root" -type f -name 'cache-*.tar.gz' -maxdepth 1 -exec tar -xzf {} -C "$install_root" \;
[ -n "$install_root" ] && find "$install_root" -type f -name 'cache-*.tar.gz' -maxdepth 1 -exec tar -xzf {} -C "$install_root" \;
# Not supported on docker
# - name: ccache