mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-12-06 11:46:35 +01:00
Compare commits
3 Commits
cd0b35b465
...
2ea7a1529a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2ea7a1529a | ||
|
|
e6403f0582 | ||
|
|
e64354e824 |
15
.github/workflows/cmake.yml
vendored
15
.github/workflows/cmake.yml
vendored
@@ -98,14 +98,17 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Setup emsdk
|
- name: Setup em cache
|
||||||
uses: mymindstorm/setup-emsdk@v11
|
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:
|
with:
|
||||||
# Make sure to set a version number!
|
|
||||||
version: ${{env.EM_VERSION}}
|
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}}
|
actions-cache-folder: ${{env.EM_CACHE_FOLDER}}
|
||||||
|
|
||||||
- name: Verify
|
- name: Verify
|
||||||
|
|||||||
2
external/glm
vendored
2
external/glm
vendored
Submodule external/glm updated: 33b0eb9fa3...0af55ccecd
2
external/stb/stb
vendored
2
external/stb/stb
vendored
Submodule external/stb/stb updated: f75e8d1cad...802cd454f2
Reference in New Issue
Block a user