Skip to content

Commit e56cba3

Browse files
authored
Update pr.yml
1 parent 89542f8 commit e56cba3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/pr.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ jobs:
3434
- name: Yarn Install (Playground)
3535
run: yarn install
3636
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
4337
- name: NPM Install (Binary Package)
4438
run: npm install
4539
working-directory: ./Package

0 commit comments

Comments
 (0)