Skip to content

Commit 8888ccd

Browse files
committed
Fix add matrix
1 parent 39752ad commit 8888ccd

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/workflows/build.yml

+10-9
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,16 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
fail-fast: false
16-
include:
17-
- platform: windows
18-
target: docker-all-windows-llvm
19-
- platform: linux
20-
target: docker-all-linux
21-
- platform: android
22-
target: docker-all-android
23-
- platform: webgl
24-
target: docker-all-webgl
16+
matrix:
17+
include:
18+
- platform: windows
19+
target: docker-all-windows-llvm
20+
- platform: linux
21+
target: docker-all-linux
22+
- platform: android
23+
target: docker-all-android
24+
- platform: webgl
25+
target: docker-all-webgl
2526
steps:
2627
- uses: actions/checkout@v3
2728
- name: Cache SCons files

0 commit comments

Comments
 (0)