Browse Source

GitHub Actions: bump Emscripten version used to build to 2.0.31.

Reference PR #6304.
Ryan C. Gordon 2 years ago
parent
commit
a97d2e6958
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/emscripten.yml

+ 1 - 1
.github/workflows/emscripten.yml

@@ -9,7 +9,7 @@ jobs:
       - uses: actions/checkout@v2
       - uses: mymindstorm/setup-emsdk@v10
         with:
-          version: 2.0.27
+          version: 2.0.31
       - name: Configure CMake
         run: |
           emcmake cmake -S . -B build \