Skip to content

Commit 1865331

Browse files
committed
try to re-enable meson in CI
1 parent 3ada2ab commit 1865331

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cmake-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
include:
2525
- os: ubuntu-22.04
2626
build_type: Release
27-
skip_meson: true
27+
skip_meson: false
2828
- os: ubuntu-22.04
2929
build_type: Debug
30-
skip_meson: true
30+
skip_meson: false
3131

3232

3333
# The CMake configure and build commands are platform agnostic and should work equally

0 commit comments

Comments
 (0)