Skip to content

Commit 7cb00bc

Browse files
committed
Fix a bug in azure pipelines config
1 parent a659f27 commit 7cb00bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
- script: npm install
128128
- script: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh -s -- -f
129129
- script: cargo build -p wasm-bindgen-cli
130-
- script: ln -snf target/debug/wasm-bindgen $HOME/.cargo/wasm-bindgen
130+
- script: ln -snf target/debug/wasm-bindgen $HOME/.cargo/bin/wasm-bindgen
131131
- script: |
132132
for dir in `ls examples | grep -v README | grep -v asm.js | grep -v raytrace | grep -v without-a-bundler`; do
133133
(cd examples/$dir &&

0 commit comments

Comments
 (0)