We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6abcb59 commit 8228a51Copy full SHA for 8228a51
.github/workflows/bob.yml
@@ -48,6 +48,7 @@ jobs:
48
strategy:
49
matrix:
50
platform: [armv7-android, x86_64-linux, js-web]
51
+ fail-fast: false
52
runs-on: ${{ inputs.ubuntu_runner }}
53
54
name: Build
@@ -88,6 +89,7 @@ jobs:
88
89
90
91
platform: [x86_64-win32, x86-win32]
92
93
runs-on: ${{ inputs.windows_runner }}
94
95
@@ -124,6 +126,7 @@ jobs:
124
126
125
127
128
platform: [arm64-macos, x86_64-macos]
129
130
runs-on: macOS-latest
131
132
0 commit comments