Doc: cross-reference Emscripten version number locations

This commit is contained in:
Rubidium
2025-02-02 06:57:47 +01:00
committed by rubidium42
parent 52ded73b21
commit 292f4baf46
3 changed files with 10 additions and 2 deletions

View File

@@ -20,7 +20,8 @@ jobs:
runs-on: ubuntu-latest
container:
# If you change this version, change the number in the cache step too.
# If you change this version, change the numbers in the cache step,
# .github/workflows/ci-emscripten.yml (2x) and os/emscripten/Dockerfile too.
image: emscripten/emsdk:3.1.57
steps:
@@ -38,6 +39,8 @@ jobs:
uses: actions/cache@v4
with:
path: /emsdk/upstream/emscripten/cache
# If you change this version, change the numbers in the image configuration step,
# .github/workflows/ci-emscripten.yml (2x) and os/emscripten/Dockerfile too.
key: 3.1.57-${{ runner.os }}
- name: Add liblzma support