We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d838ee4 commit 3362fa6Copy full SHA for 3362fa6
.github/workflows/build.yml
@@ -6,8 +6,8 @@ jobs:
6
runs-on: ${{ matrix.os }}
7
strategy:
8
matrix:
9
- os: [macos-latest, ubuntu-latest, windows-latest]
10
-# os: [macos-latest, ubuntu-latest]
+# os: [macos-latest, ubuntu-latest, windows-latest]
+ os: [macos-latest, ubuntu-latest]
11
steps:
12
- name: checkout
13
uses: actions/checkout@v2
CMakeLists.txt
@@ -10,7 +10,7 @@ Dist(${CMAKE_PROJECT_NAME}-${CMAKE_PROJECT_VERSION})
include(CheckFunctionExists)
-find_package(ZLIB 1.2.11 REQUIRED)
+find_package(ZLIB 1.2.2 REQUIRED)
14
15
check_function_exists(fseeko HAVE_FSEEKO)
16
check_function_exists(fseeko64 HAVE_FSEEKO64)
0 commit comments