Skip to content

Commit 018f6c4

Browse files
committed
fix(workflow): nightly cache
1 parent fdb291d commit 018f6c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
go-version: '1.20'
3232
- name: Cache downloaded module
3333
uses: actions/cache@master
34+
continue-on-error: true
3435
with:
3536
path: |
3637
~/.cache/go-build
@@ -52,4 +53,4 @@ jobs:
5253
if: ${{ !github.head_ref }}
5354
with:
5455
name: ${{ matrix.goos }}_${{ matrix.goarch }}
55-
path: output/
56+
path: output/

0 commit comments

Comments
 (0)