File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 2525 - name : Setup CMake
26262727 with :
28- cmake-version : ' 3.26 .3'
28+ cmake-version : ' 3.30 .3'
2929 - name : Setup Ninja
3030 run : brew install ninja
3131 - name : NPM Install (Playground)
Original file line number Diff line number Diff line change 3030 - name : Setup CMake
31313232 with :
33- cmake-version : ' 3.26 .3'
33+ cmake-version : ' 3.30 .3'
3434 - name : Setup Ninja
3535 run : brew install ninja
3636 - name : ' Select XCode ${{ inputs.xcode-version }}'
Original file line number Diff line number Diff line change 2323 - name : Setup CMake
24242525 with :
26- cmake-version : ' 3.26 .3'
26+ cmake-version : ' 3.30 .3'
2727 - name : Setup Ninja
2828 run : brew install ninja
2929 - name : NPM Install (Playground)
5959 - name : Setup CMake
60606161 with :
62- cmake-version : ' 3.26 .3'
62+ cmake-version : ' 3.30 .3'
6363 - name : Setup Ninja
6464 run : brew install ninja
6565 - name : Setup Watchman
@@ -164,7 +164,7 @@ jobs:
164164 - name : Setup CMake
165165166166 with :
167- cmake-version : ' 3.26 .3'
167+ cmake-version : ' 3.30 .3'
168168 - name : Setup Ninja
169169 run : brew install ninja
170170 - name : Setup Java
@@ -224,7 +224,9 @@ jobs:
224224 run : npx gulp makeUWPProject${{ matrix.platform }}
225225 working-directory : ./Package
226226 - name : Gulp Build ${{ matrix.platform }} ${{ matrix.config }} (Windows)
227- run : npx gulp buildUWP${{ matrix.platform }}${{ matrix.config }}
227+ run : |
228+ $env:NODE_OPTIONS="--openssl-legacy-provider"
229+ npx gulp buildUWP${{ matrix.platform }}${{ matrix.config }}
228230 working-directory : ./Package
229231 - name : Gulp NuGet Restore Playground
230232 run : npx gulp nugetRestoreUWPPlayground
You can’t perform that action at this time.
0 commit comments