File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 39
39
uses : actions/cache@v4
40
40
with :
41
41
path : build
42
- key : ${{ github.workflow }}-v4 -${{ github.sha }}
43
- restore-keys : ${{ github.workflow }}-v4 -
42
+ key : ${{ github.workflow }}-v5 -${{ github.sha }}
43
+ restore-keys : ${{ github.workflow }}-v5 -
44
44
45
45
- name : Configure CMake
46
46
# Use a bash shell so we can use the same syntax for environment variable
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ set(BUILD_HOST_SELFTEST OFF)
5
5
include (FetchContent)
6
6
FetchContent_Declare_ExcludeFromAll(libzt
7
7
GIT_REPOSITORY https://github.com/diasurgical/libzt.git
8
- GIT_TAG 72a518bcf7d87e32f718ca612ce2c8303ceedd12 )
8
+ GIT_TAG 1a9d83b8c4c2bdcd7ea6d8ab1dd2771b16eb4e13 )
9
9
FetchContent_MakeAvailable_ExcludeFromAll(libzt)
10
10
11
11
if (NOT ANDROID)
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ set(DEVILUTIONX_SYSTEM_LIBSODIUM OFF)
12
12
set (DEVILUTIONX_SYSTEM_LIBPNG OFF )
13
13
set (DEVILUTIONX_SYSTEM_LIBFMT OFF )
14
14
15
- set (DISABLE_ZERO_TIER ON )
16
15
set (NOEXIT ON )
17
16
18
17
# Disable sanitizers. They're not supported out-of-the-box.
You can’t perform that action at this time.
0 commit comments