File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
5
5
env :
6
6
BUILD_TYPE : Release
7
- EM_VERSION : 2.0.34
7
+ EM_VERSION : 3.1.35
8
8
EM_CACHE_FOLDER : ' emsdk-cache'
9
9
10
10
jobs :
25
25
26
26
steps :
27
27
- name : Checkout code
28
- uses : actions/checkout@v2
28
+ uses : actions/checkout@v4
29
29
with :
30
30
submodules : ' recursive'
31
31
@@ -36,14 +36,14 @@ jobs:
36
36
- name : Setup Emscripten cache
37
37
if : matrix.platform.compiler == 'em++'
38
38
id : cache-system-libraries
39
- uses : actions/cache@v2.1.7
39
+ uses : actions/cache@v4
40
40
with :
41
41
path : ${{env.EM_CACHE_FOLDER}}
42
- key : ${{env.EM_VERSION}}-${{ runner.os }}
42
+ key : ${{env.EM_VERSION}}-${{matrix.platform.name}}-${{matrix.build-type }}
43
43
44
44
- name : Setup Emscripten
45
45
if : matrix.platform.compiler == 'em++'
46
- uses : mymindstorm/setup-emsdk@v11
46
+ uses : mymindstorm/setup-emsdk@v14
47
47
with :
48
48
version : ${{env.EM_VERSION}}
49
49
actions-cache-folder : ${{env.EM_CACHE_FOLDER}}
@@ -135,7 +135,7 @@ jobs:
135
135
136
136
- name : Publish
137
137
if : matrix.platform.compiler == 'em++' && github.ref == 'refs/heads/main'
138
- uses : JamesIves/github-pages-deploy-action@4.1.0
138
+ uses : JamesIves/github-pages-deploy-action@4.7.3
139
139
with :
140
140
branch : gh-pages
141
141
folder : ${{github.workspace}}/bin/demo
You can’t perform that action at this time.
0 commit comments