File tree 2 files changed +10
-5
lines changed
2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : CI
2
2
3
- on : push
3
+ on :
4
+ workflow_dispatch :
5
+ pull_request :
6
+ push :
7
+ branches :
8
+ - main
4
9
5
10
env :
6
- EM_VERSION : 2.0.34
11
+ EM_VERSION : 3.1.35
7
12
EM_CACHE_FOLDER : ' emsdk-cache'
8
13
CODECOV_TOKEN : ' 99959e57-0b92-48b4-bf55-559d43d41b58'
9
14
@@ -39,14 +44,14 @@ jobs:
39
44
- name : Setup Emscripten cache
40
45
if : matrix.platform.compiler == 'em++'
41
46
id : cache-system-libraries
42
- uses : actions/cache@v3.0.4
47
+ uses : actions/cache@v3.3.1
43
48
with :
44
49
path : ${{env.EM_CACHE_FOLDER}}
45
50
key : ${{env.EM_VERSION}}-${{matrix.platform.name}}-${{matrix.build-type}}
46
51
47
52
- name : Setup Emscripten
48
53
if : matrix.platform.compiler == 'em++'
49
- uses : mymindstorm/setup-emsdk@v11
54
+ uses : mymindstorm/setup-emsdk@v12
50
55
with :
51
56
version : ${{env.EM_VERSION}}
52
57
actions-cache-folder : ${{env.EM_CACHE_FOLDER}}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ include(FetchContent)
33
33
34
34
FetchContent_Declare(snitch
35
35
GIT_REPOSITORY https://github.com/cschreib/snitch.git
36
- GIT_TAG v1.0 .0)
36
+ GIT_TAG v1.1 .0)
37
37
FetchContent_MakeAvailable(snitch)
38
38
39
39
set (RUNTIME_TEST_FILES
You can’t perform that action at this time.
0 commit comments