We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89542f8 commit e56cba3Copy full SHA for e56cba3
.github/workflows/pr.yml
@@ -34,12 +34,6 @@ jobs:
34
- name: Yarn Install (Playground)
35
run: yarn install
36
working-directory: ./Apps/Playground
37
- - name: Pod Install (Playground)
38
- run: pod install
39
- working-directory: ./Apps/Playground/ios
40
- - name: CMake xcodeproj (Source Package)
41
- run: cmake -G Xcode -DCMAKE_TOOLCHAIN_FILE=../submodules/BabylonNative/Dependencies/ios-cmake/ios.toolchain.cmake -DPLATFORM=OS64COMBINED -DENABLE_ARC=0 -DDEPLOYMENT_TARGET=12 -DENABLE_GLSLANG_BINARIES=OFF -DSPIRV_CROSS_CLI=OFF .
42
- working-directory: ./Apps/Playground/node_modules/@babylonjs/react-native/ios
43
- name: NPM Install (Binary Package)
44
run: npm install
45
working-directory: ./Package
0 commit comments