;ci: note caching/scheduled issue
This commit is contained in:
parent
1c90132870
commit
a259992f93
1
.github/workflows/linux-nightly.yml
vendored
1
.github/workflows/linux-nightly.yml
vendored
@ -93,6 +93,7 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
# declare/restore cached things
|
# 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
|
- name: Cache stack global package db
|
||||||
id: stack-global
|
id: stack-global
|
||||||
|
|||||||
1
.github/workflows/mac-nightly.yml
vendored
1
.github/workflows/mac-nightly.yml
vendored
@ -32,6 +32,7 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
# declare/restore cached things
|
# 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
|
- name: Cache stack global package db
|
||||||
id: stack-global
|
id: stack-global
|
||||||
|
|||||||
1
.github/workflows/windows-nightly.yml
vendored
1
.github/workflows/windows-nightly.yml
vendored
@ -34,6 +34,7 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
# declare/restore cached things
|
# 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
|
- name: Cache stack global package db
|
||||||
id: stack-global-package-db
|
id: stack-global-package-db
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user