Don't fail on empty build deps cache #6054

This commit is contained in:
Thomas Krijnen
2025-02-02 10:00:56 +01:00
parent 7de50ff0c5
commit b2a4529904
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
- name: Unpack Dependencies
run: |
install_root=$(find ./build -maxdepth 4 -name install)
[ -n "$install_root" ] && 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" \; || true
# Not supported on docker
# - name: ccache