;ci: note caching/scheduled issue

This commit is contained in:
Simon Michael 2020-03-17 09:55:29 -07:00
parent 1c90132870
commit a259992f93
3 changed files with 3 additions and 0 deletions

View File

@ -93,6 +93,7 @@ jobs:
uses: actions/checkout@v2
# declare/restore cached things
# caching doesn't work for nightly runs yet https://github.com/actions/cache/issues/63
- name: Cache stack global package db
id: stack-global

View File

@ -32,6 +32,7 @@ jobs:
uses: actions/checkout@v2
# declare/restore cached things
# caching doesn't work for nightly runs yet https://github.com/actions/cache/issues/63
- name: Cache stack global package db
id: stack-global

View File

@ -34,6 +34,7 @@ jobs:
uses: actions/checkout@v2
# declare/restore cached things
# caching doesn't work for nightly runs yet https://github.com/actions/cache/issues/63
- name: Cache stack global package db
id: stack-global-package-db