Skip to content

Commit 65b848c

Browse files
authored
Don't fail workflow on cache errors
1 parent cbdef4f commit 65b848c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
submodules: true
2424

2525
- name: Restore cache
26+
continue-on-error: true
2627
env:
2728
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2829
run: |
@@ -62,6 +63,7 @@ jobs:
6263
tar -czf _caches/${{ matrix.arch }}-${{ matrix.target }}-outputs.tgz oss-cad-suite-build/_outputs/
6364
6465
- name: Upload cache files
66+
continue-on-error: true
6567
uses: softprops/action-gh-release@v2
6668
with:
6769
tag_name: cache

0 commit comments

Comments
 (0)