File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
- name : Install Emscripten
25
25
uses : mymindstorm/setup-emsdk@v14
26
26
with :
27
- version : 3.1.65
27
+ version : 3.1.72
28
28
29
29
- name : Install Node
30
30
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 22
22
- name : Install Emscripten
23
23
uses : mymindstorm/setup-emsdk@v14
24
24
with :
25
- version : 3.1.65
25
+ version : 3.1.72
26
26
27
27
- name : Install Node
28
28
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ if(NOT CMAKE_BUILD_TYPE)
18
18
set (CMAKE_BUILD_TYPE "MinSizeRel" )
19
19
endif ()
20
20
21
- set (LLVM_VERSION "19.1.3 " )
21
+ set (LLVM_VERSION "19.1.4 " )
22
22
23
23
FetchContent_Declare(llvm_project
24
24
URL "https://github.com/llvm/llvm-project/releases/download/llvmorg-${LLVM_VERSION} /llvm-project-${LLVM_VERSION} .src.tar.xz"
25
- URL_HASH SHA256=324d483ff0b714c8ce7819a1b679dd9e4706cf91c6caf7336dc4ac0c1d3bf636
25
+ URL_HASH SHA256=3aa2d2d2c7553164ad5c6f3b932b31816e422635e18620c9349a7da95b98d811
26
26
TLS_VERIFY TRUE
27
27
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
28
28
)
You can’t perform that action at this time.
0 commit comments