Skip to content

Commit 0d299a5

Browse files
committed
chore: upgrade emsdk to 3.1.63
1 parent de4839a commit 0d299a5

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.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

README.md

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

3737
Start 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
```
4141
And execute in a second terminal the following command to install the missing build depedencies as root user.
4242
```sh

0 commit comments

Comments
 (0)