Skip to content

Commit

Permalink
Make sure builds are consistent and use the same version of the emsdk…
Browse files Browse the repository at this point in the history
… setup scripts (#30)
  • Loading branch information
alexdima authored Jul 4, 2024
1 parent 8bfac14 commit 6a899f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/setup-emsdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ mkdir -p /opt/dev \
&& cd /opt/dev \
&& git clone https://github.com/emscripten-core/emsdk.git \
&& cd /opt/dev/emsdk \
&& git reset --hard 0fde04880048f743056bed17cb0543a42e040fae \
&& ./emsdk install 3.1.45 \
&& ./emsdk activate 3.1.45

0 comments on commit 6a899f6

Please sign in to comment.