Skip to content

Commit 2547abb

Browse files
committed
CI: More attempts to fix CI.
1 parent 7dfad24 commit 2547abb

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ jobs:
1212
- name: Check CMake version
1313
run: cmake --version
1414

15-
- name: Update LLVM
16-
run: choco upgrade llvm
17-
1815
- name: Add msbuild to PATH
1916
uses: microsoft/setup-msbuild@v1
2017

BigBaseV2.lnk

-2.17 KB
Binary file not shown.

cmake/libarchive.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ set(ENABLE_CAT OFF)
66
set(ENABLE_UNZIP OFF)
77
set(ENABLE_TEST OFF)
88
set(ENABLE_INSTALL OFF)
9+
set(ENABLE_WERROR OFF)
910
set(BUILD_SHARED_LIBS OFF)
1011

1112
FetchContent_Declare(
@@ -17,7 +18,6 @@ FetchContent_Declare(
1718
message("libarchive")
1819
FetchContent_MakeAvailable(libarchive)
1920

20-
set_property(TARGET archive_static PROPERTY COMPILE_WARNING_AS_ERROR OFF)
2121
target_compile_definitions(archive_static PRIVATE
2222
"_CRT_SECURE_NO_WARNINGS"
2323
)

0 commit comments

Comments
 (0)