From 8652313af2c451be4c290c78473458d0d7fa791f Mon Sep 17 00:00:00 2001
From: Zach Hilman <zachhilman@gmail.com>
Date: Sun, 24 Nov 2019 21:31:37 -0500
Subject: [PATCH] ci: Continue pipeline on clang format failure

---
 .ci/yuzu-patreon-step2.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.ci/yuzu-patreon-step2.yml b/.ci/yuzu-patreon-step2.yml
index 35c5fbe367..1b36f63e1e 100644
--- a/.ci/yuzu-patreon-step2.yml
+++ b/.ci/yuzu-patreon-step2.yml
@@ -10,6 +10,7 @@ stages:
   jobs:
   - job: format
     displayName: 'clang'
+    continueOnError: true
     pool:
       vmImage: ubuntu-latest
     steps: