File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
.github/actions/prepare-build-env Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 run : |
1010 git clone https://github.com/emscripten-core/emsdk.git
1111 cd emsdk
12- ./emsdk install 3.1.58
13- ./emsdk activate 3.1.58
12+ ./emsdk install 3.1.63
13+ ./emsdk activate 3.1.63
1414 source ./emsdk_env.sh
1515 # Export emsdk environment variables
1616 echo "PATH=$PATH" >> $GITHUB_ENV
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ git pull --recurse-submodules
3636
3737Start the build container with the following command to ensure the filesystem permissions for newly created files are correct.
3838``` sh
39- docker run -it --rm -v $( pwd) :/src -v /etc/passwd:/etc/passwd --user " $( id -u) :$( id -g) " --name mapserver-wasm emscripten/emsdk:3.1.58 bash
39+ docker run -it --rm -v $( pwd) :/src -v /etc/passwd:/etc/passwd --user " $( id -u) :$( id -g) " --name mapserver-wasm emscripten/emsdk:3.1.63 bash
4040```
4141And execute in a second terminal the following command to install the missing build depedencies as root user.
4242``` sh
You can’t perform that action at this time.
0 commit comments