Skip to content

Commit 7e223f7

Browse files
authored
Don't fail if nothing to cache GH Actions (#544)
1 parent db2105a commit 7e223f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/anchor/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runs:
3939
shell: bash
4040
- name: Cache rust
4141
uses: actions/cache@v4
42-
continue-on-error: false
42+
continue-on-error: true
4343
with:
4444
path: |
4545
~/.cargo/bin/

0 commit comments

Comments
 (0)