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 4.0.13
13- ./emsdk activate 4.0.13
12+ ./emsdk install 3.1.68
13+ ./emsdk activate 3.1.68
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 @@ -107,7 +107,7 @@ git pull --recurse-submodules
107107
108108Start the build container with the following command to ensure the filesystem permissions for newly created files are correct.
109109``` sh
110- docker run -it --rm -v $( pwd) :/src -v /etc/passwd:/etc/passwd --user " $( id -u) :$( id -g) " --name mapserver-wasm emscripten/emsdk:4.0.13 bash
110+ docker run -it --rm -v $( pwd) :/src -v /etc/passwd:/etc/passwd --user " $( id -u) :$( id -g) " --name mapserver-wasm emscripten/emsdk:3.1.68 bash
111111```
112112And execute in a second terminal the following command to install the missing build depedencies as root user.
113113``` sh
You can’t perform that action at this time.
0 commit comments