File tree Expand file tree Collapse file tree 9 files changed +18
-24
lines changed
Modules/@babylonjs/react-native/windows Expand file tree Collapse file tree 9 files changed +18
-24
lines changed Original file line number Diff line number Diff line change 1313 runs-on : macos-latest
1414 steps :
1515 - name : Checkout Repo
16- uses : actions/checkout@v2.3.3
16+ uses : actions/checkout@v4.2.2
1717 with :
1818 submodules : ' recursive'
1919 - name : Setup Node 18
24242525 with :
2626 cmake-version : ' 3.30.3'
27- - name : Setup Ninja
28- run : brew install ninja
2927 - name : NPM Install (Playground)
3028 run : npm install
3129 working-directory : ./Apps/Playground
5250 runs-on : macos-latest
5351 steps :
5452 - name : Checkout Repo
55- uses : actions/checkout@v2.3.3
53+ uses : actions/checkout@v4.2.2
5654 with :
5755 submodules : ' recursive'
5856 - name : Setup Node 18
8179 config : [Debug, Release]
8280 steps :
8381 - name : Checkout Repo
84- uses : actions/checkout@v2.3.3
82+ uses : actions/checkout@v4.2.2
8583 with :
8684 submodules : ' true'
8785 - name : Setup MSBuild
Original file line number Diff line number Diff line change 1818 runs-on : macos-latest
1919 steps :
2020 - name : Checkout Repo
21- uses : actions/checkout@v2.3.3
21+ uses : actions/checkout@v4.2.2
2222 with :
2323 submodules : ' recursive'
2424 - name : Setup Node 18
29293030 with :
3131 cmake-version : ' 3.30.3'
32- - name : Setup Ninja
33- run : brew install ninja
3432 - name : ' Select XCode ${{ inputs.xcode-version }}'
3533 run : sudo xcode-select --switch /Applications/Xcode_${{ inputs.xcode-version }}.app/Contents/Developer
3634 - name : Setup Java
Original file line number Diff line number Diff line change 99 runs-on : macos-latest
1010 steps :
1111 - name : Checkout Repo
12- uses : actions/checkout@v2.3.3
12+ uses : actions/checkout@v4.2.2
1313 with :
1414 submodules : ' recursive'
1515 - name : Setup CMake
16161717 with :
1818 cmake-version : ' 3.30.3'
19- - name : Setup Ninja
20- run : brew install ninja
2119 - name : Setup Watchman
2220 run : brew install watchman
2321 - name : NPM Install (Binary Package)
5048 runs-on : macos-latest
5149 steps :
5250 - name : Checkout Repo
53- uses : actions/checkout@v2.3.3
51+ uses : actions/checkout@v4.2.2
5452 with :
5553 submodules : ' recursive'
5654 - name : Setup Watchman
8078 - name : Support longpaths
8179 run : git config --system core.longpaths true
8280 - name : Checkout Repo
83- uses : actions/checkout@v2.3.3
81+ uses : actions/checkout@v4.2.2
8482 with :
8583 submodules : ' true'
8684 - name : Setup MSBuild
@@ -143,7 +141,7 @@ jobs:
143141 runs-on : macos-latest
144142 steps :
145143 - name : Checkout Repo
146- uses : actions/checkout@v2.3.3
144+ uses : actions/checkout@v4.2.2
147145 - name : NPM Install (Binary Package)
148146 run : npm install
149147 working-directory : ./Package
Original file line number Diff line number Diff line change 7373 runs-on : macos-latest
7474 steps :
7575 - name : Checkout Repo
76- uses : actions/checkout@v2.3.3
76+ uses : actions/checkout@v4.2.2
7777 - name : NPM Install (Binary Package)
7878 run : npm install
7979 working-directory : ./Package
Original file line number Diff line number Diff line change 8989 runs-on : macos-latest
9090 steps :
9191 - name : Checkout Repo
92- uses : actions/checkout@v2.3.3
92+ uses : actions/checkout@v4.2.2
9393 - name : NPM Install (Binary Package)
9494 run : npm install
9595 working-directory : ./Package
Original file line number Diff line number Diff line change 3333 runs-on : windows-2019
3434 steps :
3535 - name : Checkout Repo
36- uses : actions/checkout@v2.3.3
36+ uses : actions/checkout@v4.2.2
3737 - name : Setup MSBuild
38383939 - name : Setup Node ${{ github.event.inputs.Node_Version }}
6666 runs-on : ubuntu-latest
6767 steps :
6868 - name : Checkout Repo
69- uses : actions/checkout@v2.3.3
69+ uses : actions/checkout@v4.2.2
7070 - name : Setup Node ${{ github.event.inputs.Node_Version }}
7171 uses : actions/setup-node@v3
7272 with :
@@ -103,7 +103,7 @@ jobs:
103103 runs-on : macos-12
104104 steps :
105105 - name : Checkout Repo
106- uses : actions/checkout@v2.3.3
106+ uses : actions/checkout@v4.2.2
107107 - name : Clone iOS Toolchain
108108 run : |
109109 git clone https://github.com/leetal/ios-cmake.git
@@ -138,7 +138,7 @@ jobs:
138138 runs-on : ubuntu-latest
139139 steps :
140140 - name : Checkout Repo
141- uses : actions/checkout@v2.3.3
141+ uses : actions/checkout@v4.2.2
142142 - name : Setup Node ${{ github.event.inputs.Node_Version }}
143143 uses : actions/setup-node@v3
144144 with :
@@ -173,7 +173,7 @@ jobs:
173173 runs-on : macos-12
174174 steps :
175175 - name : Checkout Repo
176- uses : actions/checkout@v2.3.3
176+ uses : actions/checkout@v4.2.2
177177 - name : Clone iOS Toolchain
178178 run : |
179179 git clone https://github.com/leetal/ios-cmake.git
Original file line number Diff line number Diff line change 1111 runs-on : macos-latest
1212 steps :
1313 - name : Checkout Repo
14- uses : actions/checkout@v2.3.3
14+ uses : actions/checkout@v4.2.2
1515 with :
1616 submodules : ' recursive'
1717 - name : Setup Node 18
Original file line number Diff line number Diff line change 1515 runs-on : windows-latest
1616 steps :
1717 - name : Checkout Repo
18- uses : actions/checkout@v2.3.3
18+ uses : actions/checkout@v4.2.2
1919 with :
2020 submodules : ' true'
2121 - name : Setup MSBuild
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/../shared ${CMAKE_CURRENT_BINARY_DIR}
1818# Installing react-native dependencies for both the Playground app and the @babylonjs\react-native package will generate a bad bundle/runtime errors.
1919set (NAPI_JAVASCRIPT_ENGINE "JSI" CACHE STRING "" )
2020
21- set (PLAYGROUND_DIR "${CMAKE_CURRENT_LIST_DIR} /../../../../Apps/Playground " )
21+ set (PLAYGROUND_DIR "${CMAKE_CURRENT_LIST_DIR} /../../.." )
2222
2323if (EXISTS "${PLAYGROUND_DIR} /node_modules/react-native/package.json" )
2424 get_filename_component (REACTNATIVE_DIR_CMAKE "${PLAYGROUND_DIR} /node_modules/react-native" ABSOLUTE )
You can’t perform that action at this time.
0 commit comments