Check cache only if restored.

This commit is contained in:
Alexander Artemenko 2021-02-25 00:15:43 +03:00
parent aac5b08ab6
commit 342110d24f

View file

@ -44,6 +44,7 @@ jobs:
tree ~/.roswell tree ~/.roswell
ls /usr/local/etc/roswell ls /usr/local/etc/roswell
ls .qlot ls .qlot
if: steps.cache.outputs.cache-hit == 'true'
- name: Restore Path - name: Restore Path
run: | run: |
echo $HOME/.roswell/bin >> $GITHUB_PATH echo $HOME/.roswell/bin >> $GITHUB_PATH