Skip to content

Commit

Permalink
Discard local emsdk changes when fetching emscripten on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbrunsfeld committed May 20, 2019
1 parent f2782ad commit c9349e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/fetch-emscripten
Expand Up @@ -14,6 +14,7 @@ EMSDK_DIR="./target/emsdk"
cd $EMSDK_DIR

echo 'Updating emscripten SDK...'
git reset --hard
git pull
./emsdk list

Expand Down

0 comments on commit c9349e5

Please sign in to comment.