Skip to content

Commit 6619d0c

Browse files
committed
Make defaults delete more robust
1 parent 8890f97 commit 6619d0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/macvim-buildtest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ jobs:
368368
if: startsWith(github.ref, 'refs/tags/') || !inputs.testgui
369369
timeout-minutes: 30
370370
run: |
371-
defaults delete org.vim.MacVim # Clean up stale states
371+
defaults delete org.vim.MacVim || true # Clean up stale states
372372
# Currently we don't run any non-src tests, as syntax tests are fragile and prone to spamming escape codes.
373373
# This needs to be investigated and fixed upstream.
374374
# MacVim is unlikely to introduce breaking changes in runtime files anyway.

0 commit comments

Comments
 (0)