Skip to content

Commit 841775b

Browse files
authored
Remove unnecessary steps
1 parent e56cba3 commit 841775b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ jobs:
1616
- name: Yarn Install (Playground)
1717
run: yarn install
1818
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
2519
- name: NPM Install (Binary Package)
2620
run: npm install
2721
working-directory: ./Package

0 commit comments

Comments
 (0)