@@ -3026,7 +3026,7 @@ jobs:
3026
3026
${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/ide.msi
3027
3027
${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/ide.cab
3028
3028
3029
- package_sdk_runtime :
3029
+ package_windows_sdk_runtime :
3030
3030
name : Package Windows SDK & Runtime
3031
3031
needs : [stdlib, sdk]
3032
3032
runs-on : ${{ inputs.default_build_runner }}
@@ -3043,6 +3043,10 @@ jobs:
3043
3043
platform : x86
3044
3044
3045
3045
steps :
3046
+ - uses : actions/download-artifact@v4
3047
+ with :
3048
+ name : Windows-stdlib-${{ matrix.arch }}
3049
+ path : ${{ github.workspace }}/BuildRoot/Library/Developer/Platforms/Windows.platform
3046
3050
- uses : actions/download-artifact@v4
3047
3051
with :
3048
3052
name : Windows-sdk-${{ matrix.arch }}
@@ -3126,7 +3130,7 @@ jobs:
3126
3130
${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/rtl.${{ matrix.arch }}.msm
3127
3131
${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/rtl.${{ matrix.arch }}.cab
3128
3132
3129
- package_android_sdk :
3133
+ package_android_sdk_runtime :
3130
3134
name : Package Android SDK & Runtime
3131
3135
needs : [stdlib, sdk]
3132
3136
runs-on : ${{ inputs.default_build_runner }}
@@ -3202,7 +3206,7 @@ jobs:
3202
3206
${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.cpu }}/android_sdk.${{ matrix.cpu }}.cab
3203
3207
3204
3208
installer :
3205
- needs : [package_tools, package_sdk_runtime, package_android_sdk ]
3209
+ needs : [package_tools, package_windows_sdk_runtime, package_android_sdk_runtime ]
3206
3210
runs-on : ${{ inputs.default_build_runner }}
3207
3211
3208
3212
strategy :
0 commit comments