mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 13:59:39 +08:00
fix(workflow): nightly cache
This commit is contained in:
parent
fdb291d1d7
commit
018f6c4008
1
.github/workflows/nightly.yml
vendored
1
.github/workflows/nightly.yml
vendored
@ -31,6 +31,7 @@ jobs:
|
|||||||
go-version: '1.20'
|
go-version: '1.20'
|
||||||
- name: Cache downloaded module
|
- name: Cache downloaded module
|
||||||
uses: actions/cache@master
|
uses: actions/cache@master
|
||||||
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cache/go-build
|
~/.cache/go-build
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user