mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-15 13:48:09 +00:00
Don't fail on empty build deps cache #6054
This commit is contained in:
@@ -44,7 +44,7 @@ jobs:
|
|||||||
- name: Unpack Dependencies
|
- name: Unpack Dependencies
|
||||||
run: |
|
run: |
|
||||||
install_root=$(find ./build -maxdepth 4 -name install)
|
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
|
# Not supported on docker
|
||||||
# - name: ccache
|
# - name: ccache
|
||||||
|
|||||||
Reference in New Issue
Block a user