Skip to content

Commit dc9959c

Browse files
committed
Update workflow step
1 parent 37c2546 commit dc9959c

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
@@ -29,7 +29,7 @@ jobs:
2929
run: ./gradlew clean build javadoc -Plog-tests --stacktrace
3030

3131
- name: Disable git file system on windows machines
32-
if: matrix.os == windows-latest
32+
if: matrix.os == 'windows-latest'
3333
run: git config --global core.useBuiltinFSMonitor false
3434

3535
- name: CLI integration tests

0 commit comments

Comments
 (0)