Skip to content

Commit 3362fa6

Browse files
committed
ga: revert previous, didn't fix windows build
1 parent d838ee4 commit 3362fa6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
runs-on: ${{ matrix.os }}
77
strategy:
88
matrix:
9-
os: [macos-latest, ubuntu-latest, windows-latest]
10-
# os: [macos-latest, ubuntu-latest]
9+
# os: [macos-latest, ubuntu-latest, windows-latest]
10+
os: [macos-latest, ubuntu-latest]
1111
steps:
1212
- name: checkout
1313
uses: actions/checkout@v2

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Dist(${CMAKE_PROJECT_NAME}-${CMAKE_PROJECT_VERSION})
1010

1111
include(CheckFunctionExists)
1212

13-
find_package(ZLIB 1.2.11 REQUIRED)
13+
find_package(ZLIB 1.2.2 REQUIRED)
1414

1515
check_function_exists(fseeko HAVE_FSEEKO)
1616
check_function_exists(fseeko64 HAVE_FSEEKO64)

0 commit comments

Comments
 (0)