Skip to content

Commit c3348af

Browse files
committed
refactor(CI): Update dependent� DLL package
1 parent d71df8d commit c3348af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis/build-linux.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/env bash -ex
2-
DLLPACK_VERSION="200210"
2+
DLLPACK_VERSION="200319"
33
shopt -s nocasematch
44

55
cd /build/Taiwu_Mods

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ IF(WIN32)
201201

202202

203203
#下载编译用dlls zip包
204-
set(DLLPACK_VERSION "200210")
204+
set(DLLPACK_VERSION "200319")
205205
set(DLLPACK_NAME "dlls")
206206
set(DLLPACK_DIR "${CMAKE_CURRENT_BINARY_DIR}\\${DLLPACK_NAME}")
207207
set(DLLPACK_URL "https://github.com/phorcys/Taiwu_mods/releases/download/dll${DLLPACK_VERSION}/dlls-${DLLPACK_VERSION}.zip")

0 commit comments

Comments
 (0)