Skip to content

Commit 9492d65

Browse files
committed
CI fix
1 parent 9bce2b0 commit 9492d65

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
cxxstd: 11,
3232
arch: 64,
3333
packages: 'g++',
34-
cmake: 3.15.*,
34+
cmake: 3.17.*,
3535
os: ubuntu-latest
3636
}
3737
- {
@@ -41,16 +41,16 @@ jobs:
4141
arch: 64,
4242
packages: 'clang',
4343
cmake: 3.17.*,
44+
cmake_extra: '-DDISABLE_GEOS_INLINE=ON',
4445
os: ubuntu-latest
4546
}
4647
- {
4748
compiler: clang++,
48-
build_type: Release,
49+
build_type: Debug,
4950
cxxstd: 11,
5051
arch: 64,
5152
packages: 'clang',
52-
cmake: 3.17.*,
53-
cmake_extra: '-DDISABLE_GEOS_INLINE=ON',
53+
cmake: 3.15.*,
5454
os: ubuntu-latest
5555
}
5656

0 commit comments

Comments
 (0)