Make sure fail-fast is false to detect architecture-specific errors.

This commit is contained in:
Miku AuahDark
2021-02-02 19:46:31 +08:00
parent 86010b399c
commit 8e497f14bb
+1
View File
@@ -5,6 +5,7 @@ jobs:
windows:
runs-on: windows-latest
strategy:
fail-fast: false
matrix:
platform: [Win32, x64]
steps: