Skip to content

Commit 37df788

Browse files
authored
Add continue-on-error for cache step, and upgrade GH cache action (#3133)
1 parent 14a6a09 commit 37df788

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
with:
4747
java-version: '1.8'
4848
- name: Cache Gradle Home files
49-
uses: actions/cache@v1
49+
uses: actions/cache@v2
50+
continue-on-error: true
5051
with:
5152
path: ~/.gradle/caches
5253
key: ${{ runner.os }}-gradle-home-${{matrix.gradle_args}}_check-${{ hashFiles('**/*.gradle') }}

0 commit comments

Comments
 (0)