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 39752ad commit 8888ccdCopy full SHA for 8888ccd
.github/workflows/build.yml
@@ -13,15 +13,16 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
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
+ matrix:
+ include:
+ - platform: windows
+ target: docker-all-windows-llvm
+ - platform: linux
+ target: docker-all-linux
+ - platform: android
+ target: docker-all-android
+ - platform: webgl
25
+ target: docker-all-webgl
26
steps:
27
- uses: actions/checkout@v3
28
- name: Cache SCons files
0 commit comments