Skip to content

Commit 92bc163

Browse files
committed
Update build.yml
1 parent 2659873 commit 92bc163

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,11 @@ jobs:
223223
name: Source only build on ${{ matrix.os }}
224224
needs: [lint]
225225
runs-on: ${{ matrix.os }}
226-
matrix:
227-
os: ["ubuntu-latest", "windows-latest"]
226+
strategy:
227+
fail-fast: false
228+
matrix:
229+
os: ["ubuntu-latest", "windows-latest"]
230+
228231
steps:
229232
- uses: actions/checkout@v4
230233
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)