3 Commits

Author SHA1 Message Date
Green Sky
2ea7a1529a update stb to latest master 2025-05-20 20:13:49 +02:00
Green Sky
e6403f0582 update emscripten ci 2025-05-20 20:03:15 +02:00
Green Sky
e64354e824 update glm to v1.0.1 2025-05-20 19:42:19 +02:00
3 changed files with 11 additions and 8 deletions

View File

@@ -98,14 +98,17 @@ jobs:
with:
submodules: recursive
- name: Setup emsdk
uses: mymindstorm/setup-emsdk@v11
- name: Setup em cache
id: em-cache-system-libraries
uses: actions/cache@v4
with:
path: ${{env.EM_CACHE_FOLDER}}
key: ${{env.EM_VERSION}}-${{ runner.os }}
- name: Setup emsdk
uses: mymindstorm/setup-emsdk@v14
with:
# Make sure to set a version number!
version: ${{env.EM_VERSION}}
# This is the name of the cache folder.
# The cache folder will be placed in the build directory,
# so make sure it doesn't conflict with anything!
actions-cache-folder: ${{env.EM_CACHE_FOLDER}}
- name: Verify

2
external/glm vendored