CI: disable fail-fast to avoid aborting build when one platform fails
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 9417506..914e24e 100644
--- a/.github/workflows/main.yml
+++ b/.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 }