Skip to content

Commit a01a58c

Browse files
up cmake version
1 parent b3d9298 commit a01a58c

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.github/workflows/bn_master_commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup CMake
2626
uses: jwlawson/[email protected]
2727
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)

.github/workflows/ios_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup CMake
3131
uses: jwlawson/[email protected]
3232
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 }}'

.github/workflows/pr.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup CMake
2424
uses: jwlawson/[email protected]
2525
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)
@@ -59,7 +59,7 @@ jobs:
5959
- name: Setup CMake
6060
uses: jwlawson/[email protected]
6161
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
165165
uses: jwlawson/[email protected]
166166
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

0 commit comments

Comments
 (0)