Parcourir la source

Merge pull request #3160 from DarkLordZach/opt-ea-clang-fmt

ci: Continue pipeline on clang format failure
bunnei il y a 6 ans
Parent
commit
6d23b045a0
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      .ci/yuzu-patreon-step2.yml

+ 1 - 0
.ci/yuzu-patreon-step2.yml

@@ -10,6 +10,7 @@ stages:
   jobs:
   - job: format
     displayName: 'clang'
+    continueOnError: true
     pool:
       vmImage: ubuntu-latest
     steps: