소스 검색

CI: disable fail-fast to avoid aborting build when one platform fails

Cameron Gutman 3 년 전
부모
커밋
e9dae813d9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .github/workflows/main.yml

+ 1 - 0
.github/workflows/main.yml

@@ -12,6 +12,7 @@ jobs:
         shell: ${{ matrix.platform.shell }}
 
     strategy:
+      fail-fast: false
       matrix:
         platform:
         - { name: Windows (x64),     os: windows-latest, shell: pwsh, flags: -A x64 }