Skip to content

Commit 97d85f3

Browse files
committed
Fix emsdk path
1 parent 09178c9 commit 97d85f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ commands:
9191
- run:
9292
name: npm install
9393
command: |
94-
source emsdk_master/emsdk_env.sh
94+
source emsdk-master/emsdk_env.sh
9595
NODE_DIR=$(dirname $EMSDK_NODE)
9696
export PATH=$NODE_DIR:$PATH
9797
npm install

0 commit comments

Comments
 (0)