Skip to content

Commit f6a12c7

Browse files
committed
ci: debug remove -Wdev flag
1 parent 80594c0 commit f6a12c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Configure with CMake
6262
if: ${{ contains(matrix.build, 'cmake') }}
6363
run: >-
64-
cmake -Wdev
64+
cmake
6565
-DCMAKE_BUILD_TYPE=Release
6666
-DCMAKE_MAXIMUM_RANK:String=4
6767
-DCMAKE_INSTALL_PREFIX=$PWD/_dist

0 commit comments

Comments
 (0)