Skip to content

Commit 25c91d5

Browse files
committed
feat: upgrade emsdk to 4.0.13
1 parent cb2f986 commit 25c91d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/prepare-build-env/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ runs:
99
run: |
1010
git clone https://github.com/emscripten-core/emsdk.git
1111
cd emsdk
12-
./emsdk install 3.1.68
13-
./emsdk activate 3.1.68
12+
./emsdk install 4.0.13
13+
./emsdk activate 4.0.13
1414
source ./emsdk_env.sh
1515
# Export emsdk environment variables
1616
echo "PATH=$PATH" >> $GITHUB_ENV

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ git pull --recurse-submodules
107107

108108
Start 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:3.1.68 bash
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
111111
```
112112
And execute in a second terminal the following command to install the missing build depedencies as root user.
113113
```sh

0 commit comments

Comments
 (0)