We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6addb0 commit 2f71a69Copy full SHA for 2f71a69
.github/actions/load_conan2/action.yml
@@ -59,6 +59,4 @@ runs:
59
- name: Restore Tarball
60
shell: bash
61
run: |
62
- conan cache restore ~/conan_cache_save.tgz
63
- if: ${{ ((steps.restore-cache.outputs.cache-hit == 'true') || (steps.restore-test-cache.outputs.cache-hit == 'true'))}}
64
-
+ if [ -r ~/conan_cache_save.tgz ]; then conan cache restore ~/conan_cache_save.tgz; fi
0 commit comments