Skip to content

Commit f8135f6

Browse files
committed
Remove quotes on Windows
1 parent dacca68 commit f8135f6

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
@@ -126,7 +126,7 @@ jobs:
126126
working-directory: ./smithy-kotlin
127127
run: |
128128
./gradlew apiCheck
129-
./gradlew -P"aws.sdk.kotlin.crt.disableCrossCompile"=true build
129+
./gradlew -Paws.sdk.kotlin.crt.disableCrossCompile=true build
130130
131131
- name: Save Test Reports
132132
if: failure()

0 commit comments

Comments
 (0)