File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ name: Create release
8
8
jobs :
9
9
10
10
build_linux :
11
- name : Build Linux ${{matrix.architecture}} static
11
+ name : Build linux ${{matrix.architecture}} static
12
12
container :
13
13
image : ubuntu:20.04
14
14
runs-on : ubuntu-24.04
@@ -159,7 +159,7 @@ jobs:
159
159
path : wasm-${{matrix.architecture}}-static.zip
160
160
161
161
build_windows :
162
- name : Build Windows ${{matrix.architecture}} ${{matrix.buildType}} ${{matrix.openmp}} ${{matrix.all == true && 'all' || ''}} ${{matrix.linkRuntime == true && 'linked runtime' || ''}}
162
+ name : Build windows ${{matrix.architecture}} ${{matrix.buildType}} ${{matrix.openmp}} ${{matrix.all == true && 'all' || ''}} ${{matrix.linkRuntime == true && 'linked runtime' || ''}}
163
163
runs-on : windows-2022
164
164
165
165
strategy :
You can’t perform that action at this time.
0 commit comments