mirror of
https://github.com/raysan5/raylib.git
synced 2026-07-05 08:55:14 +00:00
Updated GA setup-emsdk action
This commit is contained in:
2
.github/workflows/build_webassembly.yml
vendored
2
.github/workflows/build_webassembly.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
uses: actions/checkout@master
|
||||
|
||||
- name: Setup emsdk
|
||||
uses: mymindstorm/setup-emsdk@v14
|
||||
uses: emscripten-core/setup-emsdk@v15
|
||||
with:
|
||||
version: 5.0.3
|
||||
actions-cache-folder: 'emsdk-cache'
|
||||
|
||||
2
.github/workflows/update_examples.yml
vendored
2
.github/workflows/update_examples.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
uses: actions/checkout@master
|
||||
|
||||
- name: Setup emsdk
|
||||
uses: mymindstorm/setup-emsdk@v14
|
||||
uses: emscripten-core/setup-emsdk@v15
|
||||
with:
|
||||
version: 'latest'
|
||||
actions-cache-folder: 'emsdk-cache'
|
||||
|
||||
Reference in New Issue
Block a user