mirror of
https://github.com/recp/cglm.git
synced 2025-10-03 16:51:35 +00:00
ci: update mymindstorm/setup-emsdk to v12
Github is using node16 by default for actions, so it might worth to update this to latest version supporting node16 by default. See also: * <https://github.com/mymindstorm/setup-emsdk/issues/28> * <https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/> * <https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default>
This commit is contained in:
2
.github/workflows/cmake-wasm.yml
vendored
2
.github/workflows/cmake-wasm.yml
vendored
@@ -66,7 +66,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Setup emsdk
|
- name: Setup emsdk
|
||||||
uses: mymindstorm/setup-emsdk@v11
|
uses: mymindstorm/setup-emsdk@v12
|
||||||
|
|
||||||
- name: Verify emsdk
|
- name: Verify emsdk
|
||||||
run: emcc -v
|
run: emcc -v
|
||||||
|
Reference in New Issue
Block a user