Skip to content

Commit f23165b

Browse files
Update typescript.yml
1 parent 4637a31 commit f23165b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/typescript.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
run: npm install
2323
working-directory: ./Package
2424
- name: NPM Install (Modules)
25-
run: npm install
25+
run: |
26+
export BABYLON_NO_CMAKE_POSTINSTALL=1
27+
npm install
2628
working-directory: ./Modules/@babylonjs/react-native
2729
- name: NPM Install (Playground)
2830
run: |

0 commit comments

Comments
 (0)