Skip to content

Commit 1cc7c96

Browse files
committed
Fix cmake warning
1 parent cfbcb4b commit 1cc7c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
if: matrix.build_type == 'Debug'
6666
run: |
6767
choco install opencppcoverage
68-
echo "TEST_COVERAGE_ACTIVATION=' -DSPARROW_IPC_ENABLE_COVERAGE=ON'" >> $GITHUB_ENV
68+
echo "TEST_COVERAGE_ACTIVATION=-DSPARROW_IPC_ENABLE_COVERAGE=ON" >> $GITHUB_ENV
6969
7070
- name: Configure using cmake
7171
run: |

0 commit comments

Comments
 (0)