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 e56cba3 commit 841775bCopy full SHA for 841775b
.github/workflows/publish.yml
@@ -16,12 +16,6 @@ jobs:
16
- name: Yarn Install (Playground)
17
run: yarn install
18
working-directory: ./Apps/Playground
19
- - name: Pod Install (Playground)
20
- run: pod install
21
- working-directory: ./Apps/Playground/ios
22
- - name: CMake xcodeproj (Source Package)
23
- 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 .
24
- working-directory: ./Apps/Playground/node_modules/@babylonjs/react-native/ios
25
- name: NPM Install (Binary Package)
26
run: npm install
27
working-directory: ./Package
0 commit comments