;ci: github: linux: don't break if dirs are missing

This commit is contained in:
Simon Michael 2020-03-07 13:30:56 -08:00
parent 7598173765
commit 4526938d39

View File

@ -99,7 +99,7 @@ jobs:
- name: show stuff
run: |
ls -lFRa ~/.stack
if [[ -e ~/.stack ]]; then ls -lFRa ~/.stack; fi
- name: Cache stack-installed programs in ~/.local/bin
id: stack-programs
@ -111,7 +111,7 @@ jobs:
- name: show stuff
run: |
ls -lFRa ~/.local/bin
if [[ -e ~/.local/bin ]]; then ls -lFRa ~/.local/bin; fi
# stack's local package dbs for the project and each package
- name: Cache .stack-work